From 3cc136712d70435c9424d14286ebd0e8fc286ad3 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:20:22 +0000 Subject: [PATCH] update wolfssl version to v5.7.2-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 c86e951..762196d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.20.1 AS build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG CURL_VERSION=8.8.0 -ARG WS_VERSION=v5.7.0-stable +ARG WS_VERSION=v5.7.2-stable ARG NGH3_VERSION=v1.4.0 ARG NGTCP2_VERSION=v1.6.0