summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 20:25:04 -0500
committerGitHub <noreply@github.com>2023-12-18 20:25:04 -0500
commit5398c092e2abc2794455aae7ab8a564bbd18679e (patch)
tree14de9b470f0c8c9875e4ec98c85a338b0c7a1d3b /Dockerfile
parente0439a8f9b27236bf770ba09d8d9d602e565b5c7 (diff)
Build(deps): Bump alpine from 3.18 to 3.19 (#1939)
Bumps alpine from 3.18 to 3.19. --- 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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fcddebd9..d0343324 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,7 +38,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
ENTRYPOINT [ "/gomplate" ]
-FROM alpine:3.18 AS gomplate-alpine
+FROM alpine:3.19 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS