fix(ci): update alpine image to version 3.22.0

Change the Docker image for multiple CI jobs from alpine:latest 
to amd64/alpine:3.22.0 to ensure compatibility and improve 
stability of the build environment. This upgrade addresses 
potential vulnerabilities and ensures the use of a more 
secure and reliable base image.
This commit is contained in:
2025-05-31 10:43:04 +02:00
parent 7a71c645db
commit f5d34b6971
+4 -4
View File
@@ -3,7 +3,7 @@ stages:
unbound_release_preconditions_failed:
stage: .pre
image: alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
image: amd64/alpine:3.22.0@sha256:f29909b294ed398ae64ad9bc268a3ce2c4824fb37375cac63763e6e8f886f3b1
script:
- |
echo "To use Unbound Release, a UNBOUND_RELEASE_TOKEN environment variable needs to be defined."
@@ -45,7 +45,7 @@ unbound_release_changelog:
unbound_release_handle_mr:
stage: .pre
image: alpine:latest@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
image: amd64/alpine:3.22.0@sha256:f29909b294ed398ae64ad9bc268a3ce2c4824fb37375cac63763e6e8f886f3b1
needs:
- unbound_release_changelog
before_script:
@@ -171,7 +171,7 @@ unbound_release_prepare_release:
unbound_release_create_release:
stage: .pre
image: alpine:latest@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
image: amd64/alpine:3.22.0@sha256:f29909b294ed398ae64ad9bc268a3ce2c4824fb37375cac63763e6e8f886f3b1
needs:
- unbound_release_prepare_release
before_script:
@@ -203,7 +203,7 @@ unbound_release_create_release:
unbound_release_tag:
stage: .pre
image: alpine:latest@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
image: amd64/alpine:3.22.0@sha256:f29909b294ed398ae64ad9bc268a3ce2c4824fb37375cac63763e6e8f886f3b1
needs:
- unbound_release_prepare_release
before_script: