Skip to content
Snippets Groups Projects
Commit 1554830e authored by GitLab Renovate Bot's avatar GitLab Renovate Bot
Browse files

chore(deps): update alpine docker tag to v3.21.2

parent b2d90908
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
ARG BASE_IMAGE=alpine:3.21.1
ARG BASE_IMAGE=alpine:3.21.2
FROM $BASE_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment