From 0ea155740252200d1b34ce26ddd93a2441640964 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Mon, 20 Jun 2016 18:20:24 -0700 Subject: [PATCH] fix forego source --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8cb98cd..a5daf52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \ && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf # Install Forego -RUN wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego \ - && chmod u+x /usr/local/bin/forego +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.4.2