From 077ea217e11ac9eea6ade38c7dd1b5b218aea1a7 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 4 Aug 2026 01:13:16 +0000 Subject: [PATCH] chore: upgrade redis to 8.10.0 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e9429db..4208b6c 100644 --- a/compose.yml +++ b/compose.yml @@ -214,7 +214,7 @@ services: - postgres_p redis: - image: redis:8.8.1 + image: redis:8.10.0 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 10s