From f5536e10a004f92ad3b1a98e4d79347ff10b71cf Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Sun, 19 Jan 2025 19:18:02 +0000
Subject: [PATCH] chore(deps): update alpine/crane docker tag to v0.20.3

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2397591..e30d0bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -236,7 +236,7 @@ shellcheck:
   extends: '.image-matrix:deploy'
   stage: deploy
   image:
-    name: alpine/crane:0.20.2
+    name: alpine/crane:0.20.3
     entrypoint: [""]
   variables:
     GITLAB_OPENTOFU_BASE_IMAGE_OS: $RELEASE_BASE_IMAGE_OS
@@ -276,7 +276,7 @@ gitlab-opentofu-image:sign:
   extends: '.image-matrix:deploy'
   stage: sign
   image:
-    name: alpine/crane:0.20.2
+    name: alpine/crane:0.20.3
     entrypoint: [""]
   variables:
     COSIGN_YES: "true"  # Used by Cosign to skip confirmation prompts for non-destructive operations
@@ -324,7 +324,7 @@ gitlab-opentofu-image:verify-signature:
   extends: '.image-matrix:deploy'
   stage: verify
   image:
-    name: alpine/crane:0.20.2
+    name: alpine/crane:0.20.3
     entrypoint: [""]
   before_script:
     - *image-matrix-deploy-release-name-script
-- 
GitLab