From b1caadbd0494fa679502adce6d27597a83f6985e Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Sat, 17 Feb 2024 09:51:11 +0000 Subject: [PATCH] update ngtcp2 version to v1.3.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9925101..635d44e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.19.1 as build ARG CURL_VERSION=8.6.0 ARG WS_VERSION=v5.6.6-stable ARG NGH3_VERSION=v1.2.0 -ARG NGTCP2_VERSION=v1.2.0 +ARG NGTCP2_VERSION=v1.3.0 RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \ nghttp2-dev nghttp2-static zlib-dev zlib-static && \