Skip to content

Commit

Permalink
feat(mainnet): bump version (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 authored Oct 23, 2024
1 parent 6abe049 commit ec5868f
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 @@ -6,7 +6,7 @@ x-logging: &logging

services:
l2_execution_engine:
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.5.0
image: us-docker.pkg.dev/evmchain/images/taiko-geth:v1.11.1
restart: unless-stopped
pull_policy: always
env_file:
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
- proposer

taiko_client_driver:
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.29.0
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.39.1
restart: unless-stopped
pull_policy: always
depends_on:
Expand All @@ -72,7 +72,7 @@ services:
- proposer

taiko_client_prover_relayer:
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.33.1
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.39.1
restart: unless-stopped
pull_policy: always
depends_on:
Expand All @@ -93,7 +93,7 @@ services:
- prover

taiko_client_proposer:
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.33.1
image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.39.1
restart: unless-stopped
pull_policy: always
depends_on:
Expand Down

0 comments on commit ec5868f

Please sign in to comment.