[INFRA-246] Update Valkey image version to 7.2.11-alpine in docker-compose files #7935
This commit is contained in:
parent
ae215a542e
commit
5d161f671d
2 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ services:
|
|||
- pgdata:/var/lib/postgresql/data
|
||||
|
||||
plane-redis:
|
||||
image: valkey/valkey:7.2.5-alpine
|
||||
image: valkey/valkey:7.2.11-alpine
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
plane-redis:
|
||||
image: valkey/valkey:7.2.5-alpine
|
||||
image: valkey/valkey:7.2.11-alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- dev_env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue