summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-18 10:21:04 -0400
committerGitHub <noreply@github.com>2023-08-18 10:21:04 -0400
commit4cd01ce9aa8f6c7691fa5965792aebcc71e2f1af (patch)
tree2fe6470908514829e3302540aafad439aa11d5b9 /Dockerfile
parentd80467f8ff85bb6d2c929cf4be6f272c902ed13f (diff)
Build(deps): Bump alpine from 3.18.2 to 3.18.3 (#1819)
Bumps alpine from 3.18.2 to 3.18.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... 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 45e8524f..b50fa26b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,7 +38,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
ENTRYPOINT [ "/gomplate" ]
-FROM alpine:3.18.2 AS gomplate-alpine
+FROM alpine:3.18.3 AS gomplate-alpine
ARG VCS_REF
ARG TARGETOS