update oauth2-proxy

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-11-13 10:52:37 -05:00
parent a5483f15fd
commit 34309cbbcd
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -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 \