commit | e05cf0c5697505e66db1c1d835404515692f38ae | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Aug 19 03:16:50 2021 +0000 |
committer | khenaidoo <knursimu@ciena.com> | Tue Oct 05 13:56:30 2021 -0400 |
tree | a73ca94c98900416fc5f8ff66ce4544795d61dc9 | |
parent | e20dc1bfc9ca482917f50068ef71955129b982fa [diff] [blame] |
[VOL-4291] OfAgent changes for gRPC migration Change-Id: I8da1db6df49d478ef24ec8f9bd719e9692f48a7f
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