mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2024-11-23 16:32:42 +01:00
Bump alpine from 3.15 to 3.16.2
Bumps alpine from 3.15 to 3.16.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5a29176720
commit
043cfed1a1
|
@ -10,7 +10,7 @@ ADD "${S6_OVERLAY_RELEASE}/v${S6_OVERLAY_VERSION}/s6-overlay-noarch-${S6_OVERLAY
|
||||||
|
|
||||||
|
|
||||||
# Second stage - Download s6-overlay platform-dependent binaries and unpack
|
# Second stage - Download s6-overlay platform-dependent binaries and unpack
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:3.15 AS downloader-s6-bin
|
FROM --platform=${TARGETPLATFORM} alpine:3.16.2 AS downloader-s6-bin
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
ARG S6_OVERLAY_VERSION
|
ARG S6_OVERLAY_VERSION
|
||||||
ARG S6_OVERLAY_RELEASE
|
ARG S6_OVERLAY_RELEASE
|
||||||
|
@ -21,7 +21,7 @@ RUN apk add --no-cache wget \
|
||||||
|
|
||||||
|
|
||||||
# Third stage - Build rootfs from s6 parts
|
# Third stage - Build rootfs from s6 parts
|
||||||
FROM alpine:3.15 AS rootfs-builder
|
FROM alpine:3.16.2 AS rootfs-builder
|
||||||
|
|
||||||
COPY --from=downloader-s6-base ["/s6overlay-base.tar.xz", "/s6overlay-base.tar.xz"]
|
COPY --from=downloader-s6-base ["/s6overlay-base.tar.xz", "/s6overlay-base.tar.xz"]
|
||||||
COPY --from=downloader-s6-bin ["/s6overlay-bin.tar.xz", "/s6overlay-bin.tar.xz"]
|
COPY --from=downloader-s6-bin ["/s6overlay-bin.tar.xz", "/s6overlay-bin.tar.xz"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user