diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-19 13:53:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-19 13:53:33 +0000 |
| commit | 1b1c8cfc8f6eb709efbb6de80a97ffabc7bdf7b3 (patch) | |
| tree | bfc75c43cfd8fa10d37bc712b29ad56d7f3fe6e5 /Dockerfile | |
| parent | 65db564959ec9f71d790f1767121db6acfd3fcef (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>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
