diff --git a/src/boilerplate/common/boilerplate-docker-compose.yml b/src/boilerplate/common/boilerplate-docker-compose.yml index 00380e19..ceccdc6f 100644 --- a/src/boilerplate/common/boilerplate-docker-compose.yml +++ b/src/boilerplate/common/boilerplate-docker-compose.yml @@ -40,7 +40,7 @@ services: - zapp_network zokrates: - image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.4 + image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.5 # 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 diff --git a/src/boilerplate/common/boilerplate-docker-compose.zapp-double.yml b/src/boilerplate/common/boilerplate-docker-compose.zapp-double.yml index 0a1b8ba6..970729bb 100644 --- a/src/boilerplate/common/boilerplate-docker-compose.zapp-double.yml +++ b/src/boilerplate/common/boilerplate-docker-compose.zapp-double.yml @@ -56,7 +56,7 @@ services: - zapp_network zokrates: - image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.4 + image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.5 # 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 @@ -71,7 +71,7 @@ services: - zapp_network zokrates2: - image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.4 + image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.5 # 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