commit | 0663189610a2b7a0734404c8e3c69f1ea50a4593 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Aug 19 13:07:00 2021 +0000 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Tue Oct 05 17:58:49 2021 +0000 |
tree | c3a9db3abc5d64cc92f5640bc17c28bfdb12623d | |
parent | ba4eb67ac74ee225d83b52c42d0d8e018617c9cc [diff] [blame] |
gRPC migration Change-Id: I3129ae27d7ee12a23c7046f0d877e8064f2fd7f4
diff --git a/vendor/golang.org/x/net/http2/Dockerfile b/vendor/golang.org/x/net/http2/Dockerfile index 53fc525..8512245 100644 --- a/vendor/golang.org/x/net/http2/Dockerfile +++ b/vendor/golang.org/x/net/http2/Dockerfile
@@ -38,7 +38,7 @@ 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