Skip to content

Commit 163d1ce

Browse files
Upgrade docker-gen from 0.5.0 to 0.7.0
1 parent ebab7cf commit 163d1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
RUN wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego \
1818
&& chmod u+x /usr/local/bin/forego
1919

20-
ENV DOCKER_GEN_VERSION 0.5.0
20+
ENV DOCKER_GEN_VERSION 0.7.0
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 \

0 commit comments

Comments
 (0)