From 2a72dfa4cb3fd2d5a8fde0632907ecb6fff30da4 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:38:53 +0000 Subject: [PATCH] update nghttp3 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 fe24963..21f7a46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.20.0 as build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG CURL_VERSION=8.8.0 ARG WS_VERSION=v5.7.0-stable -ARG NGH3_VERSION=v1.3.0 +ARG NGH3_VERSION=v1.4.0 ARG NGTCP2_VERSION=v1.6.0 RUN apk upgrade --no-cache -a && \