Update Alpine to version 3.22 (#5938)

This commit is contained in:
Daniel
2025-06-14 20:30:19 +03:00
committed by GitHub
parent 0d3f283c37
commit eaa6ad06ed
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ RUN source /env-cargo && \
# To uninstall: docker run --privileged --rm tonistiigi/binfmt --uninstall 'qemu-*'
#
# We need to add `--platform` here, because of a podman bug: https://github.com/containers/buildah/issues/4742
FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.21
FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.22
ENV ROCKET_PROFILE="release" \
ROCKET_ADDRESS=0.0.0.0 \