updating alpine base image to 3.17.2
This commit is contained in:
parent
021d601853
commit
fda1b9cce9
|
|
@ -21,7 +21,7 @@ ARG VERSION
|
||||||
RUN VERSION=${VERSION} make build && touch jwt_signing_key.pem
|
RUN VERSION=${VERSION} make build && touch jwt_signing_key.pem
|
||||||
|
|
||||||
# Copy binary to alpine
|
# Copy binary to alpine
|
||||||
FROM alpine:3.16.4
|
FROM alpine:3.17.2
|
||||||
COPY nsswitch.conf /etc/nsswitch.conf
|
COPY nsswitch.conf /etc/nsswitch.conf
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
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
|
COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/oauth2-proxy /bin/oauth2-proxy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue