From 577ac478eb53659500d7379d29a8c6d6ef96a34a Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 12 Dec 2023 21:34:26 -0500 Subject: [PATCH] curl 8.5.0 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c7c8366..f5e90c9 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.4.0' +CURL_VERSION='8.5.0' [ "$1" != "" ] && CURL_VERSION="$1"