From c63121a2422f4dfda3499edd89860f8a34ec4108 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sat, 19 Aug 2023 01:19:18 -0400 Subject: [PATCH] curl 8.2.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0256b4a..add4407 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.1.2' +CURL_VERSION='8.2.1' [ "$1" != "" ] && CURL_VERSION="$1"