From bf25ccfb53dd197fb729548643578e71d9b12c41 Mon Sep 17 00:00:00 2001 From: Andrea Giacobino Date: Thu, 23 May 2024 23:41:48 +0200 Subject: [PATCH] update srtools to v1.77.0 --- scripts/build-tracing-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-tracing-runtime.sh b/scripts/build-tracing-runtime.sh index 4b33029..f7146b1 100755 --- a/scripts/build-tracing-runtime.sh +++ b/scripts/build-tracing-runtime.sh @@ -6,7 +6,7 @@ ALL_RUNTIMES_NAMES=( moonriver moonbeam ) -SRTOOL_IMAGE="paritytech/srtool:1.74.0" +SRTOOL_IMAGE="paritytech/srtool:1.77.0" # Arguments VERSION=$1