commit | 106c61a2c63a8259f9aa47dc8a852a2f176c5a6f | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Wed Aug 11 18:05:46 2021 -0400 |
committer | khenaidoo <knursimu@ciena.com> | Tue Oct 05 13:53:50 2021 -0400 |
tree | 36012e1835c280c6efe857bf05d83940466677b8 | |
parent | 6f345c101cbbd4d6d45b4b371d0b3b477c1497ea [diff] [blame] |
[VOL-4292] OpenOLT Adapter changes for gRPC migration Change-Id: I5af2125f2c2f53ffc78c474a94314bba408f8bae
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