From 78abf9e15ccbe417726328aa6c8e2d543eab7cbd Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Mon, 20 Mar 2023 09:58:14 -0400 Subject: [PATCH] curl 8.0.1 - Happy 25th Birthday! --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 762a049..e6b7fa6 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='7.88.1' +CURL_VERSION='8.0.1' [ "$1" != "" ] && CURL_VERSION="$1"