File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM gliderlabs/alpine:3.2
22MAINTAINER Adam Greene <
[email protected] >
33
4- ENV OAUTH2_PROXY_VERSION 2.0. 1.linux-amd64.go1.4.2
4+ ENV OAUTH2_PROXY_VERSION 2.1.linux-amd64.go1.6.tar.gz
55
66RUN apk --update add curl
77
88RUN curl -sL -o oauth2_proxy.tar.gz \
9- "https://github.com/bitly/oauth2_proxy/releases/download/v2.0. 1/oauth2_proxy-$OAUTH2_PROXY_VERSION.tar.gz" \
9+ "https://github.com/bitly/oauth2_proxy/releases/download/v2.1/oauth2_proxy-$OAUTH2_PROXY_VERSION.tar.gz" \
1010 && tar xzvf oauth2_proxy.tar.gz \
1111 && mv oauth2_proxy-$OAUTH2_PROXY_VERSION/oauth2_proxy /bin/ \
1212 && chmod +x /bin/oauth2_proxy \
Original file line number Diff line number Diff line change 11NAME = skippy/oauth2_proxy
2- VERSION = 2.0. 1
2+ VERSION = 2.1
33
44all : build
55
You can’t perform that action at this time.
0 commit comments