Skip to content

Commit

Permalink
Merge pull request godwokenrises#266 from RetricSu/bump-web3
Browse files Browse the repository at this point in the history
chore: bump web3/indexer v1.1.1-rc1
  • Loading branch information
keroro520 authored Jun 1, 2022
2 parents b223742 + f7a8e22 commit 6d6232c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
condition: service_completed_successfully

web3:
image: nervos/godwoken-web3-prebuilds:v1.1.0-rc1
image: nervos/godwoken-web3-prebuilds:v1.1.1-rc1
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
start_period: 10s
Expand Down Expand Up @@ -138,7 +138,7 @@ services:
condition: service_started

web3-indexer:
image: nervos/godwoken-web3-indexer-prebuilds:v1.1.0-rc1
image: nervos/godwoken-web3-indexer-prebuilds:v1.1.1-rc1
volumes:
- ./layer2/config:/var/lib/layer2/config
- ./web3/indexer_entrypoint.sh:/var/lib/web3-indexer/entrypoint.sh
Expand Down

0 comments on commit 6d6232c

Please sign in to comment.