From a026b6d4b1e77217eea8d101f4df2c1e1fa6646e Mon Sep 17 00:00:00 2001 From: Chris Dell Date: Wed, 4 May 2016 22:23:06 +0100 Subject: [PATCH] Updated docker-gen to version 0.7.1 (fixes CurrentContainerID empty issue) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5691ec6..a3d2553 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \ ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego RUN chmod u+x /usr/local/bin/forego -ENV DOCKER_GEN_VERSION 0.7.0 +ENV DOCKER_GEN_VERSION 0.7.1 RUN wget https://github.com/jwilder/docker-gen/releases/download/$DOCKER_GEN_VERSION/docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \ && tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \