Skip to content

Commit

Permalink
Bump nghttp2 to v1.62.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed May 24, 2024
1 parent 9934f6c commit c7e82ab
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 c7e82ab

Please sign in to comment.