From 86a454d1398d0765de8042e2301ff947a0e95b08 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Tue, 29 Oct 2024 10:18:10 +0000 Subject: [PATCH] chore(deps): update alpine/crane docker tag to v0.20.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c06fd98..fd18f97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,7 +182,7 @@ shellcheck: .gitlab-opentofu-image:deploy:base: stage: deploy image: - name: alpine/crane:0.20.0 + name: alpine/crane:0.20.2 entrypoint: [""] variables: GITLAB_OPENTOFU_BASE_IMAGE_OS: $RELEASE_BASE_IMAGE_OS -- GitLab