summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-19 13:53:33 +0000
committerGitHub <noreply@github.com>2020-12-19 13:53:33 +0000
commit1b1c8cfc8f6eb709efbb6de80a97ffabc7bdf7b3 (patch)
treebfc75c43cfd8fa10d37bc712b29ad56d7f3fe6e5
parent65db564959ec9f71d790f1767121db6acfd3fcef (diff)
chore(deps): bump alpine from 3.12.0 to 3.12.3
Bumps alpine from 3.12.0 to 3.12.3. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 075ea50e..599427d2 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.12.0 AS compress
+FROM --platform=linux/amd64 alpine:3.12.3 AS compress
ARG TARGETOS
ARG TARGETARCH
@@ -61,7 +61,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
ENTRYPOINT [ "/gomplate" ]
-FROM alpine:3.12.1 AS gomplate-alpine
+FROM alpine:3.12.3 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS