summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-30 18:17:20 +0000
committerDave Henderson <dhenderson@gmail.com>2022-06-01 18:00:07 -0700
commit0df05b743e48afad2333b8d9dc15faa8ec4b85d1 (patch)
tree93d86f203934ed573e932d2aeb644ea3a315d349 /Dockerfile
parentaccf112d2d230d1c30ae51d7c8da4e9fd2d00e79 (diff)
Bump alpine from 3.15 to 3.16.0
Bumps alpine from 3.15 to 3.16.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 78a0098a..2401216b 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.15 AS compress
+FROM --platform=linux/amd64 alpine:3.16.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.15 AS gomplate-alpine
+FROM alpine:3.16.0 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS