diff --git a/alpine-make-vm-image b/alpine-make-vm-image index 067586e..34af4b1 100755 --- a/alpine-make-vm-image +++ b/alpine-make-vm-image @@ -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.8. +# --repositories-file is not specified. Default is v3.9. # # -f --image-format IMAGE_FORMAT Format of the disk image (see qemu-img --help). # @@ -332,7 +332,7 @@ while [ $# -gt 0 ]; do shift $n done -: ${ALPINE_BRANCH:="v3.8"} +: ${ALPINE_BRANCH:="v3.9"} : ${ALPINE_MIRROR:="https://nl.alpinelinux.org/alpine"} : ${CLEANUP:="yes"} : ${IMAGE_FORMAT:=} diff --git a/example/repositories b/example/repositories index 39e1b0e..cf9f5dc 100644 --- a/example/repositories +++ b/example/repositories @@ -1,2 +1,2 @@ -https://nl.alpinelinux.org/alpine/v3.8/main -https://nl.alpinelinux.org/alpine/v3.8/community +https://nl.alpinelinux.org/alpine/v3.9/main +https://nl.alpinelinux.org/alpine/v3.9/community