Commit 024e444b authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #2369 from ethereum-optimism/sc/fix-infra-hc

fix(infra): use older version of hc by default
parents 920b4680 4fba3fd2
...@@ -34,7 +34,8 @@ services: ...@@ -34,7 +34,8 @@ services:
- ../scripts/:/scripts/ - ../scripts/:/scripts/
<<: *logging <<: *logging
replica-healthcheck: replica-healthcheck:
image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-latest} # TODO: Update this to latest when we fix the environment variables
image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-0.3.11}
restart: ${RESTART} restart: ${RESTART}
env_file: env_file:
- ${SHARED_ENV_PATH}/replica-healthcheck.env - ${SHARED_ENV_PATH}/replica-healthcheck.env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment