summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-27 13:45:17 +0000
committerGitHub <noreply@github.com>2021-11-27 13:45:17 +0000
commit6b81d556344c51696469115e2619426dbbbc9e28 (patch)
treeb7daf1364991fb448105d04ea742e23271768543 /Dockerfile
parentbe4797df3ae0aa7eb08379a1802a535b23ca984b (diff)
Bump alpine from 3.14.3 to 3.15.0 (#1254)
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] <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 d64b1f7d..cdfe87c7 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.3 AS compress
+FROM --platform=linux/amd64 alpine:3.15.0 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.3 AS gomplate-alpine
+FROM alpine:3.15.0 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS