Skip to content

Commit 8ed5ab3

Browse files
committed
Update to docker-gen 0.7.3
1 parent d1e6e1c commit 8ed5ab3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
1717
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
1818
RUN 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

2222
RUN 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 \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.PHONY : test
33

44
update-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

test/docker.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)