From 875185cf1f8e5b5d4e287ea8e1244d7a3a192a34 Mon Sep 17 00:00:00 2001 From: parithosh Date: Mon, 24 Oct 2022 11:12:26 +0200 Subject: [PATCH] updating kurtosis image --- return-cl-image-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/return-cl-image-info.sh b/return-cl-image-info.sh index 2e9d465..413a7f9 100755 --- a/return-cl-image-info.sh +++ b/return-cl-image-info.sh @@ -31,5 +31,5 @@ then echo "parithoshj/erigon:devel" elif [[ $1 == "kurtosis" ]] then - echo "kurtosistech/eth2-merge-kurtosis-module:0.7.0" + echo "kurtosistech/eth2-merge-kurtosis-module:0.7.1" fi