commit | 7d3c558cd014d25723e6671763e34821a5f78d79 | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Wed Aug 11 18:09:44 2021 -0400 |
committer | khenaidoo <knursimu@ciena.com> | Tue Oct 05 13:55:12 2021 -0400 |
tree | 3b8aa62a76e55de8c77f6387afbd913d99ca4265 | |
parent | 124d9736670e5e909343aa8370de663594e535ce [diff] [blame] |
[VOL-4293] OpenONU Adapter update for gRPC migration Change-Id: I05300d3b95b878f44576a99a05f53f52fdc0cda1
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