Skip to content

Commit

Permalink
chore: changes zok img in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoPapais committed May 6, 2024
1 parent ddfb158 commit b945154
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/boilerplate/common/boilerplate-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ services:
- zapp_network

zokrates:
image: ghcr.io/eyblockchain/zokrates-worker-starlight:v0.2
image: ghcr.io/eyblockchain/zokrates-worker-updated:latest
# the following image is for arm64 architecture. Uncomment the following lines and comment the above line if you are using ARM
# image: ghcr.io/eyblockchain/zokrates-worker-starlight:v0.2
# platform: linux/arm64/v8
volumes:
- ./circuits/:/app/circuits:delegated
Expand Down

0 comments on commit b945154

Please sign in to comment.