mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 06:32:41 +01:00
update oauth2-proxy
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -22,6 +22,7 @@ RUN buildDeps=' \
|
||||
&& go get github.com/bitly/oauth2_proxy \
|
||||
&& cd /go/src/github.com/bitly/oauth2_proxy \
|
||||
&& git checkout "${OAUTH2_VERSION}" \
|
||||
&& go get -d github.com/bitly/oauth2_proxy \
|
||||
&& go build \
|
||||
&& mv oauth2_proxy /usr/bin/ \
|
||||
&& apk del $buildDeps \
|
||||
|
||||
Reference in New Issue
Block a user