summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-30 11:04:20 -0400
committerGitHub <noreply@github.com>2021-08-30 11:04:20 -0400
commit8dab3c03002d8cd3da6081893a222b07d0577270 (patch)
tree496950daf2c7f617d0459566ab4d85144f20da4b /Dockerfile
parent286caed92beb805947be348b3dff18e24b52b42c (diff)
Bump alpine from 3.14.1 to 3.14.2 (#1201)
Bumps alpine from 3.14.1 to 3.14.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index bb9d0b5d..75683ada 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ RUN --mount=type=cache,id=go-build-${TARGETOS}-${TARGETARCH}${TARGETVARIANT},tar
make build
RUN mv bin/gomplate* /bin/
-FROM --platform=linux/amd64 alpine:3.14.1 AS compress
+FROM --platform=linux/amd64 alpine:3.14.2 AS compress
ARG TARGETOS
ARG TARGETARCH
@@ -61,7 +61,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
ENTRYPOINT [ "/gomplate" ]
-FROM alpine:3.14.1 AS gomplate-alpine
+FROM alpine:3.14.2 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS