Update Alpine to version 3.21 (#5256)

This commit is contained in:
Daniel
2024-12-06 12:05:52 +02:00
committed by GitHub
parent 71b3d3c818
commit d7adce97df
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,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.20
FROM --platform=$TARGETPLATFORM docker.io/library/alpine:3.21
ENV ROCKET_PROFILE="release" \
ROCKET_ADDRESS=0.0.0.0 \