Skip to content

Commit 024e444

Browse files
Merge pull request #2369 from ethereum-optimism/sc/fix-infra-hc
fix(infra): use older version of hc by default
2 parents 920b468 + 4fba3fd commit 024e444

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infra/op-replica/docker-compose/replica.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ services:
3434
- ../scripts/:/scripts/
3535
<<: *logging
3636
replica-healthcheck:
37-
image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-latest}
37+
# TODO: Update this to latest when we fix the environment variables
38+
image: ethereumoptimism/replica-healthcheck:${HC_IMAGE_TAG:-0.3.11}
3839
restart: ${RESTART}
3940
env_file:
4041
- ${SHARED_ENV_PATH}/replica-healthcheck.env

0 commit comments

Comments
 (0)