From f717c71d66927a2a4f49dd1be016e43ff630297a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 04:05:42 +0000 Subject: [PATCH] build(deps): bump alpine from 3.14.3 to 3.15.0 Bumps alpine from 3.14.3 to 3.15.0. --- 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 e32daf4d..7a57db3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY . . RUN make release-binary -FROM alpine:3.14.3 AS gomplate +FROM alpine:3.15.0 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.3 +FROM alpine:3.15.0 # Dex connectors, such as GitHub and Google logins require root certificates. # Proper installations should manage those certificates, but it's a bad user