Skip to content

Commit

Permalink
Bump nghttp2 to v1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Mar 4, 2024
1 parent c539c9e commit b505202
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN git clone --depth 1 -b OpenSSL_1_1_1w+quic https://github.com/quictls/openss
cd .. && \
rm -rf openssl

RUN git clone --depth 1 -b v1.1.0 https://github.com/ngtcp2/nghttp3 && \
RUN git clone --recursive --depth 1 -b v1.2.0 https://github.com/ngtcp2/nghttp3 && \
cd nghttp3 && \
autoreconf -i && \
./configure --enable-lib-only && \
Expand All @@ -44,7 +44,7 @@ RUN git clone --depth 1 -b v1.1.0 https://github.com/ngtcp2/nghttp3 && \
cd .. && \
rm -rf nghttp3

RUN git clone --depth 1 -b v1.2.0 https://github.com/ngtcp2/ngtcp2 && \
RUN git clone --recursive --depth 1 -b v1.3.0 https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && \
autoreconf -i && \
./configure --enable-lib-only \
Expand All @@ -62,10 +62,9 @@ RUN git clone --depth 1 -b v1.3.0 https://github.com/libbpf/libbpf && \
cd .. && \
rm -rf libbpf

RUN git clone --depth 1 -b v1.59.0 https://github.com/nghttp2/nghttp2.git && \
RUN git clone --recursive --depth 1 -b v1.60.0 https://github.com/nghttp2/nghttp2.git && \
cd nghttp2 && \
patch -p1 < /extra-mrbgem.patch && \
git submodule update --init --depth 1 && \
autoreconf -i && \
./configure --disable-examples --disable-hpack-tools --with-mruby --with-neverbleed \
--enable-http3 --with-libbpf \
Expand Down

0 comments on commit b505202

Please sign in to comment.