From 35d9702c5d8d65d09800e1c1af8860615d665aed Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 19 Mar 2026 12:47:50 -0400 Subject: [PATCH] update rustc and srtool image for script --- scripts/srtool/build-srtool-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/srtool/build-srtool-image.sh b/scripts/srtool/build-srtool-image.sh index d736fe8a1e..e2c9580973 100755 --- a/scripts/srtool/build-srtool-image.sh +++ b/scripts/srtool/build-srtool-image.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker build --build-arg RUSTC_VERSION="1.85.0" -t srtool https://github.com/paritytech/srtool.git#refs/tags/v0.17.0 \ No newline at end of file +docker build --build-arg RUSTC_VERSION="1.89.0" -t srtool https://github.com/paritytech/srtool.git#refs/tags/v0.18.3