Bump to alpine 3.13
This commit is contained in:
parent
c96ec75193
commit
dbc42910aa
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.12
|
RELEASE=v3.13
|
||||||
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