Update Dockerfile

This commit is contained in:
lohith-karlapudi 2022-11-09 14:56:08 +05:30
parent 809ee3b62f
commit 2900156a8d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ARG VERSION
RUN VERSION=${VERSION} make build && touch jwt_signing_key.pem
# Copy binary to alpine
FROM alpine:3.13.12
FROM alpine:3.16.2
COPY nsswitch.conf /etc/nsswitch.conf
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/oauth2-proxy /bin/oauth2-proxy