From 021d601853d304be2fddf1e8316656c1c9f95d9d Mon Sep 17 00:00:00 2001 From: aswin-in-philips <95461541+aswin-in-philips@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:13:15 +0530 Subject: [PATCH] updating alpine to alpine:3.16.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abedcd23..b508432c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.16.4 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