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

This commit is contained in:
Renovate
2025-12-18 00:56:07 +00:00
parent 84cd3ce9d2
commit d578ce5090
+4 -4
View File
@@ -3,7 +3,7 @@ stages:
unbound_release_preconditions_failed: unbound_release_preconditions_failed:
stage: .pre stage: .pre
image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
script: script:
- | - |
echo "To use Unbound Release, a UNBOUND_RELEASE_TOKEN environment variable needs to be defined." 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: unbound_release_handle_mr:
stage: .pre stage: .pre
image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
variables: variables:
GIT_STRATEGY: clone # clone entire repo instead of reusing workspace GIT_STRATEGY: clone # clone entire repo instead of reusing workspace
GIT_DEPTH: 0 # avoid shallow clone to have the tags available GIT_DEPTH: 0 # avoid shallow clone to have the tags available
@@ -189,7 +189,7 @@ unbound_release_prepare_release:
unbound_release_create_release: unbound_release_create_release:
stage: .pre stage: .pre
image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
variables: variables:
GIT_STRATEGY: clone # clone entire repo instead of reusing workspace GIT_STRATEGY: clone # clone entire repo instead of reusing workspace
GIT_DEPTH: 0 # avoid shallow clone to have the tags available GIT_DEPTH: 0 # avoid shallow clone to have the tags available
@@ -234,7 +234,7 @@ unbound_release_create_release:
unbound_release_tag: unbound_release_tag:
stage: .pre stage: .pre
image: amd64/alpine:3.23.0@sha256:b47afff56f9040673f4878cb4215666e2317403525985f2cd95b51531d4846c8 image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
variables: variables:
GIT_STRATEGY: clone # clone entire repo instead of reusing workspace GIT_STRATEGY: clone # clone entire repo instead of reusing workspace
GIT_DEPTH: 0 # avoid shallow clone to have the tags available GIT_DEPTH: 0 # avoid shallow clone to have the tags available