We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 920b468 + 4fba3fd commit 024e444Copy full SHA for 024e444
1 file changed
infra/op-replica/docker-compose/replica.yml
@@ -34,7 +34,8 @@ services:
34
- ../scripts/:/scripts/
35
<<: *logging
36
replica-healthcheck:
37
- image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-latest}
+ # TODO: Update this to latest when we fix the environment variables
38
+ image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-0.3.11}
39
restart: ${RESTART}
40
env_file:
41
- ${SHARED_ENV_PATH}/replica-healthcheck.env
0 commit comments