Skip to content

Commit

Permalink
Merge pull request #270 from zlabjp/bump-nghttp2
Browse files Browse the repository at this point in the history
Bump nghttp2 to v1.57.0
  • Loading branch information
tatsuhiro-t authored Oct 11, 2023
2 parents 0e13043 + 7d8c055 commit 2099507
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.2.2 https://github.com/libbpf/libbpf && \
cd .. && \
rm -rf libbpf

RUN git clone --depth 1 -b v1.56.0 https://github.com/nghttp2/nghttp2.git && \
RUN git clone --depth 1 -b v1.57.0 https://github.com/nghttp2/nghttp2.git && \
cd nghttp2 && \
patch -p1 < /extra-mrbgem.patch && \
git submodule update --init && \
Expand Down

0 comments on commit 2099507

Please sign in to comment.