summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2022-05-30 16:11:30 -0400
committerDave Henderson <dhenderson@gmail.com>2022-06-01 18:00:07 -0700
commit4a7b8622d238aa93cc183c9b5b988e3869fb4e51 (patch)
tree4ff3e79ad64faed4d2d9a88578a837963a7a68d4 /Dockerfile
parent0df05b743e48afad2333b8d9dc15faa8ec4b85d1 (diff)
Only track minor, not patch
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 2401216b..ddd9b17c 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.16.0 AS compress
+FROM --platform=linux/amd64 alpine:3.16 AS compress
ARG TARGETOS
ARG TARGETARCH
@@ -61,7 +61,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
ENTRYPOINT [ "/gomplate" ]
-FROM alpine:3.16.0 AS gomplate-alpine
+FROM alpine:3.16 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS