From f86ee2011529f03b6680427b532d4f10406a74a4 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 3 Dec 2025 20:56:29 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23.0 --- Release.gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Release.gitlab-ci.yml b/Release.gitlab-ci.yml index 7121617..8957b34 100644 --- a/Release.gitlab-ci.yml +++ b/Release.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: unbound_release_preconditions_failed: stage: .pre - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 script: - | echo "To use Unbound Release, a UNBOUND_RELEASE_TOKEN environment variable needs to be defined." @@ -43,7 +43,7 @@ unbound_release_changelog: unbound_release_handle_mr: stage: .pre - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 variables: GIT_STRATEGY: clone # clone entire repo instead of reusing workspace GIT_DEPTH: 0 # avoid shallow clone to have the tags available @@ -189,7 +189,7 @@ unbound_release_prepare_release: unbound_release_create_release: stage: .pre - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 variables: GIT_STRATEGY: clone # clone entire repo instead of reusing workspace GIT_DEPTH: 0 # avoid shallow clone to have the tags available @@ -234,7 +234,7 @@ unbound_release_create_release: unbound_release_tag: stage: .pre - image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90 + image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 variables: GIT_STRATEGY: clone # clone entire repo instead of reusing workspace GIT_DEPTH: 0 # avoid shallow clone to have the tags available