Skip to content

Commit 1948f07

Browse files
committed
update to latest nginx-proxy
1 parent ff54dbd commit 1948f07

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
FROM jwilder/nginx-proxy:0.3.6
1+
FROM jwilder/nginx-proxy:latest
22
MAINTAINER Brian Palmer <[email protected]>
33

4-
# XXX: this can be removed once upstream nginx-proxy is updated
5-
ENV DOCKER_GEN_VERSION 0.6-groupByLabel
6-
RUN wget https://github.com/codekitchen/docker-gen/releases/download/v0.6-groupByLabel/docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
7-
&& tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
8-
&& rm docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz
9-
# /XXX
10-
114
RUN wget https://github.com/codekitchen/dinghy-http-proxy/releases/download/join-networks-v1/join-networks.tar.gz \
125
&& tar -C /app -xzvf join-networks.tar.gz \
136
&& rm join-networks.tar.gz

0 commit comments

Comments
 (0)