From 75dc9b3079516a778369e277e665c4b223e32186 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:13:10 +0000 Subject: [PATCH] Bump nghttp3 from v1.5.0 to v1.6.0 in /api --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index c96cfda6f..05c09e3d0 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -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 && \