Skip to content

Commit

Permalink
chore(l2ee): upgrade geth version (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin “yoghurt” Yu <[email protected]>
  • Loading branch information
YoGhurt111 and Gavin “yoghurt” Yu authored Jan 31, 2025
1 parent 6d06a90 commit 7fd1b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-hekla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ x-logging: &logging

services:
l2_execution_engine:
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.11.1
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.12.0
restart: unless-stopped
pull_policy: always
stop_grace_period: 3m
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ x-logging: &logging

services:
l2_execution_engine:
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.11.1
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.12.0
restart: unless-stopped
pull_policy: always
env_file:
Expand Down

0 comments on commit 7fd1b29

Please sign in to comment.