Skip to content

Commit 82ac174

Browse files
committed
Use correct SHA sum
1 parent 607ec2e commit 82ac174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV BUILD_PKGS="ca-certificates wget"
44

55
ENV OAUTH2_PROXY_VERSION="2.1"
66
ENV OAUTH2_PROXY_PKG="oauth2_proxy-${OAUTH2_PROXY_VERSION}.linux-amd64.go1.6" \
7-
OAUTH2_PROXY_SHA="7a74b361f9edda0400d02602eacd70596d85b453"
7+
OAUTH2_PROXY_SHA="3061e5b04bd14eeb9ec0ad1c9b324ba8d99d50eaadc5f528cdf4d21043828298"
88
RUN apk update && \
99
apk upgrade && \
1010
apk add $BUILD_PKGS && \

0 commit comments

Comments
 (0)