Change default ALPINE_BRANCH branch to v3.10
This commit is contained in:
parent
a3462e896b
commit
1c5a181593
2 changed files with 4 additions and 4 deletions
|
@ -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.9.
|
||||
# --repositories-file is not specified. Default is v3.10.
|
||||
#
|
||||
# -f --image-format IMAGE_FORMAT Format of the disk image (see qemu-img --help).
|
||||
#
|
||||
|
@ -335,7 +335,7 @@ while [ $# -gt 0 ]; do
|
|||
shift $n
|
||||
done
|
||||
|
||||
: ${ALPINE_BRANCH:="v3.9"}
|
||||
: ${ALPINE_BRANCH:="v3.10"}
|
||||
: ${ALPINE_MIRROR:="https://nl.alpinelinux.org/alpine"}
|
||||
: ${CLEANUP:="yes"}
|
||||
: ${IMAGE_FORMAT:=}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
https://nl.alpinelinux.org/alpine/v3.9/main
|
||||
https://nl.alpinelinux.org/alpine/v3.9/community
|
||||
https://nl.alpinelinux.org/alpine/v3.10/main
|
||||
https://nl.alpinelinux.org/alpine/v3.10/community
|
||||
|
|
Loading…
Reference in a new issue