Merge pull request #28 from philips-forks/aswin-in-philips-patch-1

updating alpine base image to 3.17.2
This commit is contained in:
Yasar 2023-03-24 11:50:09 +05:30 committed by GitHub
commit a12699e4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.16
FROM alpine:3.17.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