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

See merge request components/opentofu!128
parents 4eb8d447 8d20dbfa
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ variables:
# OpenTofu image build variables:
PLATFORMS: linux/amd64,linux/arm64
BASE_IMAGE: "alpine:3.20.2"
BASE_IMAGE: "alpine:3.20.3"
GITLAB_OPENTOFU_IMAGE_BASE: "$CI_REGISTRY_IMAGE/internal"
GITLAB_OPENTOFU_IMAGE_NAME: "$GITLAB_OPENTOFU_IMAGE_BASE/gitlab-opentofu:$CI_COMMIT_SHA-opentofu$OPENTOFU_VERSION"
......@@ -76,7 +76,7 @@ check-semantic-version:
stage: .pre
rules:
- if: $CI_COMMIT_TAG
image: alpine:3.20.2
image: alpine:3.20.3
before_script:
- apk add perl
script:
......@@ -112,7 +112,7 @@ gitlab-opentofu-image:build:
check-versions:
stage: test
needs: []
image: alpine:3.20.2
image: alpine:3.20.3
before_script:
- apk add coreutils yq patch git
script:
......@@ -122,7 +122,7 @@ check-versions:
check-readme:
stage: test
needs: []
image: alpine:3.20.2
image: alpine:3.20.3
before_script:
- apk add coreutils yq make git
script:
......@@ -228,7 +228,7 @@ create-release:
description: './release-notes.md'
old-states:
image: alpine:3.20.2
image: alpine:3.20.3
stage: cleanup
variables:
REMOVE_STATES_UNTIL: 1 week ago
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment