Update to Alpine 3.22

This commit is contained in:
2025-06-16 22:30:53 +02:00
parent b3b6ef30be
commit b557829d7a

View File

@@ -1,5 +1,5 @@
# First stage - Download s6-overlay and unpack it
FROM alpine:3.21 AS downloader
FROM alpine:3.22 AS downloader
ARG TARGETPLATFORM
@@ -19,4 +19,4 @@ FROM scratch
LABEL maintainer="Aleksandar Puharic <aleksandar@puharic.com>"
COPY --from=downloader ["/s6-overlay/", "/"]
COPY --from=downloader ["/s6-overlay/", "/"]