Skip to content

Commit 83f87b4

Browse files
authored
Merge pull request #1406 from netbox-community/renovate/docker.io-valkey-valkey-8.x
Update docker.io/valkey/valkey Docker tag to v8.1
2 parents 82d9d8a + 34c26bb commit 83f87b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
retries: 5
5050

5151
redis: &redis
52-
image: docker.io/valkey/valkey:8.0-alpine
52+
image: docker.io/valkey/valkey:8.1-alpine
5353
command:
5454
- sh
5555
- -c # this is to evaluate the $REDIS_PASSWORD from the env

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959

6060
# redis
6161
redis:
62-
image: docker.io/valkey/valkey:8.0-alpine
62+
image: docker.io/valkey/valkey:8.1-alpine
6363
command:
6464
- sh
6565
- -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -74,7 +74,7 @@ services:
7474
volumes:
7575
- netbox-redis-data:/data
7676
redis-cache:
77-
image: docker.io/valkey/valkey:8.0-alpine
77+
image: docker.io/valkey/valkey:8.1-alpine
7878
command:
7979
- sh
8080
- -c # this is to evaluate the $REDIS_PASSWORD from the env

0 commit comments

Comments
 (0)