Skip to content

Commit 59f8d43

Browse files
committed
Merge pull request nginx-proxy#406 from jwilder/jw-forego
Switch forego downloads
2 parents 6adc04b + a54af7d commit 59f8d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
1414
&& sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf
1515

1616
# Install Forego
17-
RUN wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego \
18-
&& chmod u+x /usr/local/bin/forego
17+
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
18+
RUN chmod u+x /usr/local/bin/forego
1919

2020
ENV DOCKER_GEN_VERSION 0.7.0
2121

0 commit comments

Comments
 (0)