From b94515452fe34ebab1e1a6e246ad67d10f34a777 Mon Sep 17 00:00:00 2001 From: Papais <8097453+LeoPapais@users.noreply.github.com> Date: Mon, 6 May 2024 15:12:04 -0300 Subject: [PATCH] chore: changes zok img in docker compose --- src/boilerplate/common/boilerplate-docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/boilerplate/common/boilerplate-docker-compose.yml b/src/boilerplate/common/boilerplate-docker-compose.yml index 79a00b2d7..ba538dd70 100644 --- a/src/boilerplate/common/boilerplate-docker-compose.yml +++ b/src/boilerplate/common/boilerplate-docker-compose.yml @@ -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