From f10a00fd51f5d9efc680960397540d1ac9854fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:52:13 +0000 Subject: [PATCH] chore: Bump alpine from 3.14.2 to 3.17.2 Bumps alpine from 3.14.2 to 3.17.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 10c405b354..b53c70c05f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -478,7 +478,7 @@ ARG TARGETARCH RUN --mount=type=cache,target=/.cache GOOS=linux GOARCH=${TARGETARCH} go build ${GO_BUILDFLAGS} -ldflags "${GO_LDFLAGS}" -o /installer RUN chmod +x /installer -FROM alpine:3.14.2 AS unicode-pf2 +FROM alpine:3.17.2 AS unicode-pf2 RUN apk add --no-cache --update --no-scripts grub FROM scratch AS install-artifacts-amd64 @@ -505,7 +505,7 @@ FROM install-artifacts-${INSTALLER_ARCH} AS install-artifacts COPY --from=pkg-grub / / COPY --from=unicode-pf2 /usr/share/grub/unicode.pf2 /usr/share/grub/unicode.pf2 -FROM alpine:3.14.1 AS installer +FROM alpine:3.17.2 AS installer RUN apk add --no-cache --update --no-scripts \ bash \ efibootmgr \