mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-12-08 21:02:40 +01:00
Update to Alpine 3.22
This commit is contained in:
@@ -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/", "/"]
|
||||
|
||||
Reference in New Issue
Block a user