From c9c849bfa6232e9bd0f5d821c4e5dad353dab3f5 Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Thu, 5 Dec 2024 23:18:20 +0000
Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.0

---
 .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 6023f70..aba5175 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,7 @@ check-semantic-version:
   stage: .pre
   rules:
     - if: $CI_COMMIT_TAG
-  image: alpine:3.20.3
+  image: alpine:3.21.0
   before_script:
     - apk add perl
   script:
@@ -180,7 +180,7 @@ gitlab-opentofu-image:build:custom-runner:
 check-versions:
   stage: test
   needs: []
-  image: alpine:3.20.3
+  image: alpine:3.21.0
   before_script:
     - apk add coreutils yq patch git
   script:
@@ -190,7 +190,7 @@ check-versions:
 check-readme:
   stage: test
   needs: []
-  image: alpine:3.20.3
+  image: alpine:3.21.0
   before_script:
     - apk add coreutils yq make git
   script:
@@ -352,7 +352,7 @@ release:dry-run:
     RELEASE_TAG_NAME: '<dry-run>'
 
 old-states:
-  image: alpine:3.20.3
+  image: alpine:3.21.0
   stage: cleanup
   variables:
     REMOVE_STATES_UNTIL: 1 week ago
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index fe07385..03d4404 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -1,4 +1,4 @@
-ARG BASE_IMAGE=alpine:3.20.3
+ARG BASE_IMAGE=alpine:3.21.0
 
 FROM $BASE_IMAGE
 
-- 
GitLab