diff --git a/src/boilerplate/common/boilerplate-docker-compose.yml b/src/boilerplate/common/boilerplate-docker-compose.yml index ceccdc6f..d4816a60 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.5 + image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.7.0 # 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 970729bb..fb71aa15 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.5 + image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.7.0 # 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.5 + image: ghcr.io/eyblockchain/zokrates-worker-updated:v0.7.0 # 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