From 86336d295c7aad6e2e58c71f2524bf45b3400433 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:28:42 +0000 Subject: [PATCH] update curl version to curl-8_10_1 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 08f848b..8344bfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:labs FROM alpine:3.20.3 AS build SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -ARG CURL_VERSION=curl-8_10_0 +ARG CURL_VERSION=curl-8_10_1 ARG WS_VERSION=v5.7.0-stable ARG NGH3_VERSION=v1.5.0 ARG NGTCP2_VERSION=v1.7.0