summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-15 13:40:59 -0400
committerGitHub <noreply@github.com>2021-08-15 13:40:59 -0400
commit01e3557a222d41e73b159c767c6c1902509f0933 (patch)
tree0446861c1f8c17e0fdac18299798bc17fe5f614e /Dockerfile
parent59997a49962bef325a42c20c515483f7183a9756 (diff)
Bump alpine from 3.14.0 to 3.14.1 (#1191)
Bumps alpine from 3.14.0 to 3.14.1. --- 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 a7baa906..fdc1c461 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.0 AS compress
+FROM --platform=linux/amd64 alpine:3.14.1 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.0 AS gomplate-alpine
+FROM alpine:3.14.1 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS