curl 8.11.0
All checks were successful
moparisthebest/static-curl/pipeline/head This commit looks good

This commit is contained in:
Travis Burtrum 2024-11-07 21:26:39 -05:00
parent 06c6b69b6a
commit 9c5dd4db9a
Signed by: moparisthebest
GPG Key ID: 88C93BFE27BC8229

View File

@ -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=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 # docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=ARCH_HERE ALPINE_IMAGE_HERE /tmp/build.sh
CURL_VERSION='8.10.1' CURL_VERSION='8.11.0'
[ "$1" != "" ] && CURL_VERSION="$1" [ "$1" != "" ] && CURL_VERSION="$1"