From 98ba4cb5d1398b3c3e83452690e5dc107fd0d459 Mon Sep 17 00:00:00 2001 From: Lydia Garms Date: Fri, 24 Apr 2026 14:45:27 +0100 Subject: [PATCH] chore(zw): update zokrates-worker to version 0.7 --- src/boilerplate/common/boilerplate-docker-compose.yml | 2 +- .../common/boilerplate-docker-compose.zapp-double.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/boilerplate/common/boilerplate-docker-compose.yml b/src/boilerplate/common/boilerplate-docker-compose.yml index ceccdc6fc..d4816a60f 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 970729bbc..fb71aa152 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