Skip to content

Commit

Permalink
Bump ngtcp2 from v1.4.0 to v1.5.0 in /api (#2585)
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
github-actions[bot] authored May 10, 2024
1 parent ffa2dd5 commit e9ec868
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 @@ -31,7 +31,7 @@ RUN git clone --depth=1 --recurse-submodules -b $NGHTTP3_VERSION https://github.
FROM build-dependencies AS ngtcp2
COPY --from=openssl /usr/local/ /usr/local/
COPY --from=nghttp3 /usr/local/ /usr/local/
ARG NGTCP2_VERSION=v1.4.0
ARG NGTCP2_VERSION=v1.5.0
RUN git clone --depth=1 --recurse-submodules -b $NGTCP2_VERSION https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && \
autoreconf -fi && \
Expand Down

0 comments on commit e9ec868

Please sign in to comment.