Skip to content

Commit

Permalink
http2: update curl download location in Dockerfile
Browse files Browse the repository at this point in the history
Change-Id: Ifeef1948df83f104396c43c15f07a2d146208533
GitHub-Last-Rev: c8e17d6
GitHub-Pull-Request: golang#99
Reviewed-on: https://go-review.googlesource.com/c/net/+/309949
Run-TryBot: Tobias Klauser <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Tobias Klauser <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
dbaxa authored and ianlancetaylor committed Apr 14, 2021
1 parent afb366f commit 0645797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN make
RUN make install

WORKDIR /root
RUN wget http://curl.haxx.se/download/curl-7.45.0.tar.gz
RUN wget https://curl.se/download/curl-7.45.0.tar.gz
RUN tar -zxvf curl-7.45.0.tar.gz
WORKDIR /root/curl-7.45.0
RUN ./configure --with-ssl --with-nghttp2=/usr/local
Expand Down

0 comments on commit 0645797

Please sign in to comment.