chore: pin redis to 8.8.1 (security patch; prefer over 8.10.0 minor for sidecar cache)
cc-ci/testme cc-ci testme GREEN (drone #1187)

This commit is contained in:
autonomic-bot
2026-08-04 01:22:47 +00:00
parent 077ea217e1
commit 543a017fdd
+1 -1
View File
@@ -214,7 +214,7 @@ services:
- postgres_p
redis:
image: redis:8.10.0
image: redis:8.8.1
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 10s