From fd19f5f2906db6b60596bb3e54522be24f7be74c Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:29:09 +0000 Subject: [PATCH] update ngtcp2 version to v1.4.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 635d44e..59b5150 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.3.0 +ARG NGTCP2_VERSION=v1.4.0 RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \ nghttp2-dev nghttp2-static zlib-dev zlib-static && \