Merge pull request #32827 from overleaf/dn0-bump-redis-dev-dockerfile

Bump dev Redis from 7.4.3 to 7.4.8

GitOrigin-RevId: 69d69bc7f14454a8a6512cc75cd5329050ce79f2
This commit is contained in:
Daniel Kontšek
2026-04-16 10:11:10 +02:00
committed by Copybot
parent d0c623d266
commit b7ee046025
10 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ services:
user: root
redis_test:
image: redis:7.4.3
image: redis:7.4.8
healthcheck:
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
interval: 1s

View File

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