Skip to content
Snippets Groups Projects
Commit 7f5fb5a4 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.0

See merge request components/opentofu!208
parents bc2cac16 c9c849bf
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ check-semantic-version: ...@@ -110,7 +110,7 @@ check-semantic-version:
stage: .pre stage: .pre
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
image: alpine:3.20.3 image: alpine:3.21.0
before_script: before_script:
- apk add perl - apk add perl
script: script:
...@@ -180,7 +180,7 @@ gitlab-opentofu-image:build:custom-runner: ...@@ -180,7 +180,7 @@ gitlab-opentofu-image:build:custom-runner:
check-versions: check-versions:
stage: test stage: test
needs: [] needs: []
image: alpine:3.20.3 image: alpine:3.21.0
before_script: before_script:
- apk add coreutils yq patch git - apk add coreutils yq patch git
script: script:
...@@ -190,7 +190,7 @@ check-versions: ...@@ -190,7 +190,7 @@ check-versions:
check-readme: check-readme:
stage: test stage: test
needs: [] needs: []
image: alpine:3.20.3 image: alpine:3.21.0
before_script: before_script:
- apk add coreutils yq make git - apk add coreutils yq make git
script: script:
...@@ -352,7 +352,7 @@ release:dry-run: ...@@ -352,7 +352,7 @@ release:dry-run:
RELEASE_TAG_NAME: '<dry-run>' RELEASE_TAG_NAME: '<dry-run>'
old-states: old-states:
image: alpine:3.20.3 image: alpine:3.21.0
stage: cleanup stage: cleanup
variables: variables:
REMOVE_STATES_UNTIL: 1 week ago REMOVE_STATES_UNTIL: 1 week ago
......
ARG BASE_IMAGE=alpine:3.20.3 ARG BASE_IMAGE=alpine:3.21.0
FROM $BASE_IMAGE FROM $BASE_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment