Merge pull request #26021 from overleaf/csh-issue-25976-dev-env-ci

Upgrade to Redis 7.4 in dev and CI

GitOrigin-RevId: 068e54899bf50a247fedd0243d66f1545bc7cf01
This commit is contained in:
Christopher Hoskin
2025-05-30 09:54:17 +01:00
committed by Copybot
parent 9ba772b18f
commit fe64856be7
10 changed files with 10 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ services:
command: npm run --silent test:acceptance
redis:
image: redis
image: redis:7.4.3
healthcheck:
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
interval: 1s