Merge pull request #1854 from nghttp2/bump-ngtcp2-dockerfile

Bump ngtcp2 in Dockerfile to v0.13.0
This commit is contained in:
Tatsuhiro Tsujikawa 2023-02-02 16:06:50 +09:00 committed by GitHub
commit 10d52f5a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ RUN git clone --depth 1 -b v0.8.0 https://github.com/ngtcp2/nghttp3 && \
cd .. && \
rm -rf nghttp3
RUN git clone --depth 1 -b v0.12.0 https://github.com/ngtcp2/ngtcp2 && \
RUN git clone --depth 1 -b v0.13.0 https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && \
autoreconf -i && \
./configure --enable-lib-only \