summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-30 00:02:30 +0000
committerGitHub <noreply@github.com>2022-11-30 00:02:30 +0000
commit52fec4b19f9e654a8fabe063e659764759bd12ee (patch)
tree0b92a705bc37dbdc8f2c8f40a4c24c8bf897dc90 /Dockerfile
parent28572f19642de5656bbdef476eff80c7883f30b4 (diff)
Bump alpine from 3.16 to 3.17
Bumps alpine from 3.16 to 3.17. --- 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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a391e616..948dd888 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,7 +38,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
ENTRYPOINT [ "/gomplate" ]
-FROM alpine:3.16 AS gomplate-alpine
+FROM alpine:3.17 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS