summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/http2/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/http2/Dockerfile')
-rw-r--r--vendor/golang.org/x/net/http2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/net/http2/Dockerfile b/vendor/golang.org/x/net/http2/Dockerfile
index 53fc52579..851224595 100644
--- a/vendor/golang.org/x/net/http2/Dockerfile
+++ b/vendor/golang.org/x/net/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