1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-06-02 21:06:22 +02:00

Upgrade to docker-gen 0.3.3

This commit is contained in:
Jason Wilder 2014-09-19 14:57:36 -06:00
parent f459b143b9
commit 158508413a

View File

@ -16,8 +16,8 @@ RUN sed -i 's/# server_names_hash_bucket/server_names_hash_bucket/g' /etc/nginx/
RUN wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego
RUN chmod u+x /usr/local/bin/forego
RUN wget https://github.com/jwilder/docker-gen/releases/download/0.3.2/docker-gen-linux-amd64-0.3.2.tar.gz
RUN tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-0.3.2.tar.gz
RUN wget https://github.com/jwilder/docker-gen/releases/download/0.3.3/docker-gen-linux-amd64-0.3.3.tar.gz
RUN tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-0.3.3.tar.gz
RUN mkdir /app
WORKDIR /app