Skip to content

Commit 665e275

Browse files
authored
Merge pull request #1500 from netbox-community/renovate/docker.io-valkey-valkey-9.x
Update docker.io/valkey/valkey Docker tag to v9
2 parents 4965e7e + 00d8dd7 commit 665e275

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
@@ -40,7 +40,7 @@ services:
4040
retries: 5
4141

4242
redis: &redis
43-
image: docker.io/valkey/valkey:8.1-alpine
43+
image: docker.io/valkey/valkey:9.0-alpine
4444
command:
4545
- sh
4646
- -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
@@ -47,7 +47,7 @@ services:
4747

4848
# redis
4949
redis:
50-
image: docker.io/valkey/valkey:8.1-alpine
50+
image: docker.io/valkey/valkey:9.0-alpine
5151
command:
5252
- sh
5353
- -c # this is to evaluate the $REDIS_PASSWORD from the env
@@ -62,7 +62,7 @@ services:
6262
volumes:
6363
- netbox-redis-data:/data
6464
redis-cache:
65-
image: docker.io/valkey/valkey:8.1-alpine
65+
image: docker.io/valkey/valkey:9.0-alpine
6666
command:
6767
- sh
6868
- -c # this is to evaluate the $REDIS_PASSWORD from the env

0 commit comments

Comments
 (0)