From f6f3255536746ca2375e577a28c8a8e8a071f17a Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:39:57 +0000 Subject: [PATCH] update wolfssl version to v5.7.4-stable 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 7aad0bb..699a57c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.20.3 AS build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG CURL_VERSION=curl-8_10_1 -ARG WS_VERSION=v5.7.0-stable +ARG WS_VERSION=v5.7.4-stable ARG NGH3_VERSION=v1.6.0 ARG NGTCP2_VERSION=v1.8.1