From 8ac8c5a293173ae1b129cb674990ec4dd4252006 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 21 Aug 2026 02:57:20 +0000 Subject: [PATCH] chore: upgrade lasuite-drive redis to 8.10.1, web (nginx) to 1.31.4 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index b48a3fc..45ce7c1 100644 --- a/compose.yml +++ b/compose.yml @@ -214,7 +214,7 @@ services: - postgres_p redis: - image: redis:8.10.0 + image: redis:8.10.1 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 10s @@ -350,7 +350,7 @@ services: web: - image: nginx:1.31.3 + image: nginx:1.31.4 configs: - source: nginx_conf target: /etc/nginx/conf.d/default.conf