From 8e99426b7abe3b4c103b3e7d428785f6b2541e5c Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 4 Aug 2026 01:55:57 +0000 Subject: [PATCH] chore: pin redis to 8.8.1 (patch over 8.10.0 minor for sidecar cache) --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b28697d..4440e37 100644 --- a/compose.yml +++ b/compose.yml @@ -173,7 +173,7 @@ services: - postgres_p redis: - image: redis:8.10.0 + image: redis:8.8.1 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 15s