From b6d9c68faff236efb4f6dbd096b3234e6c7932f3 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Sat, 17 Feb 2024 06:19:35 +0000 Subject: [PATCH] update nghttp3 version to v1.2.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 51cd0cf..9925101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,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.1.0 +ARG NGH3_VERSION=v1.2.0 ARG NGTCP2_VERSION=v1.2.0 RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \