chore: upgrade redis to 8.10.1, nginx to 1.31.4
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-08-21 02:42:52 +00:00
parent bdbefca6c6
commit 1dc6544f6f
+2 -2
View File
@@ -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