Bump alpine from 3.13.4 to 3.14.2

Bumps alpine from 3.13.4 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-03 06:07:35 +00:00 committed by Buckaroo Banzai
parent 66f81795c0
commit 42a8a837ee

View File

@ -5,7 +5,7 @@ RUN cd /data && \
go test ./... && \
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
FROM alpine:3.13.4
FROM alpine:3.14.2
COPY --from=stage1 /data/auth_proxy /
EXPOSE 8080