Bump Alpine image to 3.15
This commit is contained in:
parent
08c4d0388d
commit
435164e1c9
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.14
|
RELEASE=v3.15
|
||||||
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