Skip to content

Commit

Permalink
Bump nghttp3 from v1.5.0 to v1.6.0 in /api (#2698)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
chitoku-k and github-actions[bot] authored Oct 11, 2024
1 parent cb66acf commit f2c1d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN git clone --depth=1 --recurse-submodules -b $OPENSSL_VERSION https://github.
make install_sw

FROM build-dependencies AS nghttp3
ARG NGHTTP3_VERSION=v1.5.0
ARG NGHTTP3_VERSION=v1.6.0
RUN git clone --depth=1 --recurse-submodules -b $NGHTTP3_VERSION https://github.com/ngtcp2/nghttp3 && \
cd nghttp3 && \
autoreconf -fi && \
Expand Down

0 comments on commit f2c1d32

Please sign in to comment.