diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-27 21:36:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 21:36:41 +0000 |
| commit | f34376363f269a7c8d93668dc4e33f8e16ff56c3 (patch) | |
| tree | 35cb0aeab1566df8902d3b2fbb9d61f6a37b19e2 | |
| parent | 94be1be0a12bdef35c1e116cc793340cba4498a4 (diff) | |
chore(deps): bump alpine from 3.13.2 to 3.13.3
Bumps alpine from 3.13.2 to 3.13.3.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| -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.13.2 AS compress +FROM --platform=linux/amd64 alpine:3.13.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.13.2 AS gomplate-alpine +FROM alpine:3.13.3 AS gomplate-alpine ARG VCS_REF ARG TARGETOS |
