Skip to content

Commit

Permalink
fix provere image (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Apr 28, 2023
1 parent b07f7c6 commit 1ffaef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
zkevm-prover:
container_name: zkevm-prover
restart: unless-stopped
image: hermeznetwork/zkevm-prover:b6fe2db
image: hermeznetwork/zkevm-prover:c231382
depends_on:
zkevm-state-db:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ services:

zkevm-prover:
container_name: zkevm-prover
image: hermeznetwork/zkevm-prover:b6fe2db
image: hermeznetwork/zkevm-prover:c231382
ports:
# - 50051:50051 # Prover
- 50052:50052 # Mock prover
Expand Down

0 comments on commit 1ffaef7

Please sign in to comment.