curl 7.84.0
moparisthebest/static-curl/pipeline/head This commit looks good Details

This commit is contained in:
Travis Burtrum 2022-07-14 01:38:53 -04:00
parent a9177ae6f1
commit 71dab8c01f
1 changed files with 1 additions and 1 deletions

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='7.83.1' CURL_VERSION='7.84.0'
[ "$1" != "" ] && CURL_VERSION="$1" [ "$1" != "" ] && CURL_VERSION="$1"