Bump alpine script to 3.12
This commit is contained in:
parent
a78649c6ab
commit
e4d3062d45
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=v3.11
|
RELEASE=v3.12
|
||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
IMAGE_PATH=alpine-$RELEASE-$(date -I).img.qcow2
|
IMAGE_PATH=alpine-$RELEASE-$(date -I).img.qcow2
|
||||||
IMAGE_SIZE=10G
|
IMAGE_SIZE=10G
|
||||||
|
|
Loading…
Reference in a new issue