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:
parent
66f81795c0
commit
42a8a837ee
@ -5,7 +5,7 @@ RUN cd /data && \
|
|||||||
go test ./... && \
|
go test ./... && \
|
||||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
|
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 /
|
COPY --from=stage1 /data/auth_proxy /
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user