From 06c6b69b6a35f5270369a5a04cd041563b75afe0 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 9 Oct 2024 00:30:44 -0400 Subject: [PATCH] curl 8.10.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 60a66a1..15ebd20 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=aarch64 multiarch/alpine:aarch64-latest-stable /tmp/build.sh # docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=ARCH_HERE ALPINE_IMAGE_HERE /tmp/build.sh -CURL_VERSION='8.7.1' +CURL_VERSION='8.10.1' [ "$1" != "" ] && CURL_VERSION="$1"