Skip to content

Commit

Permalink
feat: use hekla tags
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Apr 11, 2024
1 parent 8f3c932 commit 91e64c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ x-logging: &logging

services:
l2_execution_engine:
image: gcr.io/evmchain/taiko-geth:sha-a58b085
image: gcr.io/evmchain/taiko-geth:hekla
restart: unless-stopped
pull_policy: always
stop_grace_period: 3m
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- proposer

taiko_client_driver:
image: gcr.io/evmchain/taiko-client:sha-553c432
image: gcr.io/evmchain/taiko-client:hekla
restart: unless-stopped
pull_policy: always
depends_on:
Expand All @@ -79,7 +79,7 @@ services:
- proposer

taiko_client_prover_relayer:
image: gcr.io/evmchain/taiko-client:sha-553c432
image: gcr.io/evmchain/taiko-client:hekla
restart: unless-stopped
pull_policy: always
depends_on:
Expand All @@ -100,7 +100,7 @@ services:
- prover

taiko_client_proposer:
image: gcr.io/evmchain/taiko-client:sha-553c432
image: gcr.io/evmchain/taiko-client:hekla
restart: unless-stopped
pull_policy: always
depends_on:
Expand Down

0 comments on commit 91e64c0

Please sign in to comment.