From cef3cab616d5a7b928bf496e7a997afe622bd589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 03:00:31 +0000 Subject: [PATCH] build(deps): bump alpine from 3.14.0 to 3.17.3 Bumps alpine from 3.14.0 to 3.17.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- Dockerfile-muiti-architecture | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ff0f86c13..b594f29fb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY . . RUN make release-binary -FROM alpine:3.14.0 AS gomplate +FROM alpine:3.17.3 AS gomplate ARG TARGETOS ARG TARGETARCH @@ -33,7 +33,7 @@ RUN wget -O /usr/local/bin/gomplate \ && chmod +x /usr/local/bin/gomplate -FROM alpine:3.14.0 +FROM alpine:3.17.3 # Dex connectors, such as GitHub and Google logins require root certificates. # Proper installations should manage those certificates, but it's a bad user diff --git a/Dockerfile-muiti-architecture b/Dockerfile-muiti-architecture index d39370ded7..0acba37752 100644 --- a/Dockerfile-muiti-architecture +++ b/Dockerfile-muiti-architecture @@ -35,7 +35,7 @@ RUN --mount=type=cache,id=gobuild,target=/gocache make release-binary #RUN wget -O /usr/local/bin/gomplate-arm64 "https://resource.koderover.com/gomplate_linux-arm64" \ # && chmod +x /usr/local/bin/gomplate-arm64 -FROM alpine:3.14.0 +FROM alpine:3.17.3 ARG TARGETARCH