Change default ALPINE_BRANCH branch to v3.10

This commit is contained in:
Pedro Filipe 2019-06-26 00:11:19 -03:00 committed by Jakub Jirutka
parent a3462e896b
commit 1c5a181593
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# #
# Options and Environment Variables: # Options and Environment Variables:
# -b --branch ALPINE_BRANCH Alpine branch to install; used only when # -b --branch ALPINE_BRANCH Alpine branch to install; used only when
# --repositories-file is not specified. Default is v3.9. # --repositories-file is not specified. Default is v3.10.
# #
# -f --image-format IMAGE_FORMAT Format of the disk image (see qemu-img --help). # -f --image-format IMAGE_FORMAT Format of the disk image (see qemu-img --help).
# #
@ -335,7 +335,7 @@ while [ $# -gt 0 ]; do
shift $n shift $n
done done
: ${ALPINE_BRANCH:="v3.9"} : ${ALPINE_BRANCH:="v3.10"}
: ${ALPINE_MIRROR:="https://nl.alpinelinux.org/alpine"} : ${ALPINE_MIRROR:="https://nl.alpinelinux.org/alpine"}
: ${CLEANUP:="yes"} : ${CLEANUP:="yes"}
: ${IMAGE_FORMAT:=} : ${IMAGE_FORMAT:=}

View file

@ -1,2 +1,2 @@
https://nl.alpinelinux.org/alpine/v3.9/main https://nl.alpinelinux.org/alpine/v3.10/main
https://nl.alpinelinux.org/alpine/v3.9/community https://nl.alpinelinux.org/alpine/v3.10/community