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

Commit a26c485

Browse files
authored
Merge pull request #164 from 0xMAYANK/fix_openssl
Upgrade openssl to 1.1.1g-r0 on alpine 3.10
2 parents a8d94c0 + 590d6c2 commit a26c485

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)