chore: pin redis to 8.8.1 (patch over 8.10.0 minor for sidecar cache)
cc-ci/testme VERDICT=GREEN (drone build #1190, workaround)

This commit is contained in:
autonomic-bot
2026-08-04 01:55:57 +00:00
parent b7f993792e
commit 8e99426b7a
+1 -1
View File
@@ -173,7 +173,7 @@ services:
- postgres_p
redis:
image: redis:8.10.0
image: redis:8.8.1
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 15s