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 1
1
FROM gliderlabs/alpine:3.2
2
2
MAINTAINER Adam Greene <
[email protected] >
3
3
4
- ENV OAUTH2_PROXY_VERSION 2.0. 1.linux-amd64.go1.4.2
4
+ ENV OAUTH2_PROXY_VERSION 2.1.linux-amd64.go1.6
5
5
6
6
RUN apk --update add curl
7
7
8
8
RUN 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" \
10
10
&& tar xzvf oauth2_proxy.tar.gz \
11
11
&& mv oauth2_proxy-$OAUTH2_PROXY_VERSION/oauth2_proxy /bin/ \
12
12
&& chmod +x /bin/oauth2_proxy \
Original file line number Diff line number Diff line change 1
1
NAME = skippy/oauth2_proxy
2
- VERSION = 2.0. 1
2
+ VERSION = 2.1
3
3
4
4
all : build
5
5
You can’t perform that action at this time.
0 commit comments