Skip to content

Commit

Permalink
Merge pull request #360 from zlabjp/bump-nghttp2
Browse files Browse the repository at this point in the history
Bump nghttp2 to v1.62.1
  • Loading branch information
tatsuhiro-t authored May 24, 2024
2 parents 9934f6c + c7e82ab commit 59b767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN git clone --depth 1 -b v1.4.2 https://github.com/libbpf/libbpf && \
cd .. && \
rm -rf libbpf

RUN git clone --recursive --shallow-submodules --depth 1 -b v1.62.0 https://github.com/nghttp2/nghttp2.git && \
RUN git clone --recursive --shallow-submodules --depth 1 -b v1.62.1 https://github.com/nghttp2/nghttp2.git && \
cd nghttp2 && \
patch -p1 < /extra-mrbgem.patch && \
autoreconf -i && \
Expand Down

0 comments on commit 59b767a

Please sign in to comment.