From 809ee3b62f1108d6991f1c9fc30f651e9e55deaf Mon Sep 17 00:00:00 2001 From: lohith-karlapudi Date: Wed, 9 Nov 2022 14:21:42 +0530 Subject: [PATCH 1/3] updating alpine image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf5fbb95..6b7e2ad6 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.13 +FROM alpine:3.13.12 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 From 2900156a8d2a28ca4fb907c65b89bd12250de980 Mon Sep 17 00:00:00 2001 From: lohith-karlapudi Date: Wed, 9 Nov 2022 14:56:08 +0530 Subject: [PATCH 2/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b7e2ad6..650b8894 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.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 From 70fd02cc01e1092d3c4a0f9d53ad685d7f9b3cfa Mon Sep 17 00:00:00 2001 From: lohith-karlapudi Date: Wed, 9 Nov 2022 15:22:51 +0530 Subject: [PATCH 3/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 650b8894..abedcd23 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.2 +FROM alpine:3.16 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