diff --git a/build.sh b/build.sh index d2c4bd6..533974b 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.83.0' +CURL_VERSION='7.83.1' [ "$1" != "" ] && CURL_VERSION="$1"