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:
dependabot[bot] 2022-09-13 21:06:31 +00:00 committed by GitHub
parent 5a29176720
commit 043cfed1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]