File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
1717ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
1818RUN chmod u+x /usr/local/bin/forego
1919
20- ENV DOCKER_GEN_VERSION 0.7.1
20+ ENV DOCKER_GEN_VERSION 0.7.3
2121
2222RUN wget https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
2323 && 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 22.PHONY : test
33
44update-dependencies :
5- docker pull jwilder/docker-gen:0.7.1
5+ docker pull jwilder/docker-gen:0.7.3
66 docker pull nginx:1.9.12
77 docker pull python:3
88 docker pull rancher/socat-docker:latest
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ load test_helpers
7474 -v $BATS_TEST_DIRNAME /../nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro \
7575 --volumes-from bats-nginx \
7676 --expose 80 \
77- jwilder/docker-gen:0.7.1 \
77+ jwilder/docker-gen:0.7.3 \
7878 -notify-sighup bats-nginx \
7979 -watch \
8080 -only-exposed \
You can’t perform that action at this time.
0 commit comments