Change default ALPINE_BRANCH to v3.11

This commit is contained in:
Jakub Jirutka 2019-12-22 15:26:30 +01:00
parent 2edd20e787
commit d4b56bd70a
2 changed files with 4 additions and 4 deletions

View file

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

View file

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