From 1554830ec8f8622dcf198544d7dde1a127045950 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Wed, 8 Jan 2025 19:18:09 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.2 --- .gitlab-ci.yml | 8 ++++---- Dockerfile.alpine | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39bfcbc..2397591 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,7 @@ check-semantic-version: stage: .pre rules: - if: $CI_COMMIT_TAG - image: alpine:3.21.1 + image: alpine:3.21.2 before_script: - apk add perl script: @@ -181,7 +181,7 @@ gitlab-opentofu-image:build:custom-runner: check-versions: stage: test needs: [] - image: alpine:3.21.1 + image: alpine:3.21.2 before_script: - apk add coreutils yq patch git script: @@ -191,7 +191,7 @@ check-versions: check-readme: stage: test needs: [] - image: alpine:3.21.1 + image: alpine:3.21.2 before_script: - apk add coreutils yq make git script: @@ -376,7 +376,7 @@ release:dry-run: RELEASE_TAG_NAME: '<dry-run>' old-states: - image: alpine:3.21.1 + image: alpine:3.21.2 stage: cleanup variables: REMOVE_STATES_UNTIL: 1 week ago diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 8c70f0d..16399bd 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=alpine:3.21.1 +ARG BASE_IMAGE=alpine:3.21.2 FROM $BASE_IMAGE -- GitLab