File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
18
18
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
19
19
RUN chmod u+x /usr/local/bin/forego
20
20
21
- ENV DOCKER_GEN_VERSION 0.7.3
21
+ ENV DOCKER_GEN_VERSION 0.7.4
22
22
23
23
RUN wget https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
24
24
&& tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
15
15
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
16
16
RUN chmod u+x /usr/local/bin/forego
17
17
18
- ENV DOCKER_GEN_VERSION 0.7.3
18
+ ENV DOCKER_GEN_VERSION 0.7.4
19
19
20
20
RUN wget --quiet https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
21
21
&& tar -C /usr/local/bin -xvzf docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
Original file line number Diff line number Diff line change
1
+ ![ latest 0.7.0] ( https://img.shields.io/badge/latest-0.7.0-green.svg?style=flat )
1
2
![ nginx 1.13] ( https://img.shields.io/badge/nginx-1.13-brightgreen.svg ) ![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg ) [ ![ Build Status] ( https://travis-ci.org/jwilder/nginx-proxy.svg?branch=master )] ( https://travis-ci.org/jwilder/nginx-proxy ) [ ![ ] ( https://img.shields.io/docker/stars/jwilder/nginx-proxy.svg )] ( https://hub.docker.com/r/jwilder/nginx-proxy ' DockerHub ') [ ![ ] ( https://img.shields.io/docker/pulls/jwilder/nginx-proxy.svg )] ( https://hub.docker.com/r/jwilder/nginx-proxy ' DockerHub ')
2
3
3
4
You can’t perform that action at this time.
0 commit comments