Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 590d6c2

Browse files
author
Mayank
committed
Upgrade openssl to 1.1.1g-r0
Signed-off-by: Mayank <[email protected]>
1 parent a8d94c0 commit 590d6c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
FROM alpine:3.10
33
LABEL description="OIDC reverse proxy authenticator based on Kubernetes"
44

5-
RUN apk --no-cache add ca-certificates
5+
RUN apk --no-cache add ca-certificates \
6+
&& apk --no-cache add --upgrade openssl
67

78
COPY ./bin/kube-oidc-proxy-linux /usr/bin/kube-oidc-proxy
89

0 commit comments

Comments
 (0)