From 1dc6544f6f0fbfcf7344d35ebf1249dc3be57299 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 21 Aug 2026 02:42:52 +0000 Subject: [PATCH] chore: upgrade redis to 8.10.1, nginx to 1.31.4 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index c4b8203..9335e2a 100644 --- a/compose.yml +++ b/compose.yml @@ -243,7 +243,7 @@ services: - postgres_p redis: - image: redis:8.10.0 + image: redis:8.10.1 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 15s @@ -283,7 +283,7 @@ services: - minio_ru web: - image: nginx:1.31.3 + image: nginx:1.31.4 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8083"] interval: 15s