From b12fced15f85c8796a43191585464c83d086fefa Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Mon, 13 Nov 2023 21:35:18 +0100
Subject: [PATCH] fix(#132): upgrade to srtool:1.73.0-0.12.0

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d47a0647f..6be865106 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -301,7 +301,7 @@ readme_docker_release_tag:
   stage: build
   rules:
     - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/
-  image: paritytech/srtool:1.62.0
+  image: paritytech/srtool:1.73.0-0.12.0
   variables:
     PACKAGE: $RUNTIME-runtime
     RUNTIME_DIR: runtime/$RUNTIME
-- 
GitLab