summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-13 08:40:23 -0500
committerGitHub <noreply@github.com>2021-11-13 08:40:23 -0500
commit8937e4b85f914f13b28596d3422a24003c193882 (patch)
tree57f9304c906a379f849a4df10ed73c50bae4ac24
parent674870f2bdb0b6268ec22384edb01033372a23bf (diff)
Bump alpine from 3.14.2 to 3.14.3 (#1245)
Bumps alpine from 3.14.2 to 3.14.3. --- 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>
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 75683ada..d64b1f7d 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.2 AS compress
+FROM --platform=linux/amd64 alpine:3.14.3 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.2 AS gomplate-alpine
+FROM alpine:3.14.3 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS