summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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