Skip to content
Snippets Groups Projects
Commit 54ce6cfe authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'renovate/alpine-3.x' into 'main'

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

See merge request components/opentofu!242
parents 47d6f7b5 0f8a14d5
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ check-semantic-version:
rules:
- *rule_skip_when_state_cleaner
- if: $CI_COMMIT_TAG
image: alpine:3.21.2
image: alpine:3.21.3
before_script:
- apk add perl
script:
......@@ -211,7 +211,7 @@ gitlab-opentofu-image:build:custom-runner:
check-versions:
stage: test
needs: []
image: alpine:3.21.2
image: alpine:3.21.3
rules:
- *rule_skip_when_state_cleaner
- when: on_success
......@@ -224,7 +224,7 @@ check-versions:
check-readme:
stage: test
needs: []
image: alpine:3.21.2
image: alpine:3.21.3
before_script:
- apk add coreutils yq make git
script:
......@@ -420,7 +420,7 @@ release:dry-run:
RELEASE_TAG_NAME: '<dry-run>'
old-states:
image: alpine:3.21.2
image: alpine:3.21.3
stage: cleanup
variables:
REMOVE_STATES_UNTIL: 1 week ago
......
ARG BASE_IMAGE=alpine:3.21.2
ARG BASE_IMAGE=alpine:3.21.3
FROM $BASE_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment