From d17a1d8e4d08bb2233f22d6713d8646546337363 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 26 Oct 2022 09:13:33 -0400 Subject: [PATCH] curl 7.86.0 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3a96edb..a9a8e49 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.85.0' +CURL_VERSION='7.86.0' [ "$1" != "" ] && CURL_VERSION="$1"