From 5a33ac10b574e908007195a6230c8e900b51c547 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Tue, 7 Oct 2025 16:54:42 +0330 Subject: [PATCH] Bump redis 6.2.20-alpine https://redis.io/blog/security-advisory-cve-2025-49844/ --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 321072cf035..fdb4f8c7914 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -117,7 +117,7 @@ services: test: echo stats | nc 127.0.0.1 11211 redis: <<: *restart_policy - image: "redis:6.2.19-alpine" + image: "redis:6.2.20-alpine" healthcheck: <<: *healthcheck_defaults test: redis-cli ping | grep PONG