summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-24 06:38:42 +0000
committerGitHub <noreply@github.com>2020-10-24 06:38:42 +0000
commit1a92f738f6c893f0d6ea15f2ded4e93b9c60843a (patch)
tree253fa6df7c389a8e0f1cd2d7a6d6d0f898cafb14 /Dockerfile
parent026f50f20aea69332f68f306ee0655078bfdae1a (diff)
chore(deps): bump alpine from 3.12.0 to 3.12.1
Bumps alpine from 3.12.0 to 3.12.1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 93981592..6b5c1adf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -61,7 +61,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
ENTRYPOINT [ "/gomplate" ]
-FROM alpine:3.12.0 AS gomplate-alpine
+FROM alpine:3.12.1 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS