Skip to content

Commit ec34e32

Browse files
fix(deps): Update redis Docker tag to v8
1 parent a0e0f1c commit ec34e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/docker-compose-e2e-cloud-storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
MINIO_ROOT_PASSWORD: password
3232

3333
redis:
34-
image: redis:7.2-alpine
34+
image: redis:8.8-alpine
3535
healthcheck:
3636
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
3737
ports:

0 commit comments

Comments
 (0)