From 064579744ee093986542bb85ff0b5ac3a7ee64c5 Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 14 Apr 2021 08:50:53 +0000 Subject: [PATCH] http2: update curl download location in Dockerfile Change-Id: Ifeef1948df83f104396c43c15f07a2d146208533 GitHub-Last-Rev: c8e17d64d127bd2fc5405b4d82ea0b3a05e8138f GitHub-Pull-Request: golang/net#99 Reviewed-on: https://go-review.googlesource.com/c/net/+/309949 Run-TryBot: Tobias Klauser TryBot-Result: Go Bot Reviewed-by: Tobias Klauser Reviewed-by: Ian Lance Taylor --- http2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http2/Dockerfile b/http2/Dockerfile index 53fc525797..8512245952 100644 --- a/http2/Dockerfile +++ b/http2/Dockerfile @@ -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