We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607ec2e commit 82ac174Copy full SHA for 82ac174
Dockerfile
@@ -4,7 +4,7 @@ ENV BUILD_PKGS="ca-certificates wget"
4
5
ENV OAUTH2_PROXY_VERSION="2.1"
6
ENV OAUTH2_PROXY_PKG="oauth2_proxy-${OAUTH2_PROXY_VERSION}.linux-amd64.go1.6" \
7
- OAUTH2_PROXY_SHA="7a74b361f9edda0400d02602eacd70596d85b453"
+ OAUTH2_PROXY_SHA="3061e5b04bd14eeb9ec0ad1c9b324ba8d99d50eaadc5f528cdf4d21043828298"
8
RUN apk update && \
9
apk upgrade && \
10
apk add $BUILD_PKGS && \
0 commit comments