diff --git a/tools/init-runonce b/tools/init-runonce index 0f2c73c3ab..9fa21f6f78 100755 --- a/tools/init-runonce +++ b/tools/init-runonce @@ -19,7 +19,7 @@ fi # to be created. ARCH=$(uname -m) -CIRROS_RELEASE=${CIRROS_RELEASE:-0.6.1} +CIRROS_RELEASE=${CIRROS_RELEASE:-0.6.2} IMAGE_PATH=/opt/cache/files/ IMAGE_URL=https://github.com/cirros-dev/cirros/releases/download/${CIRROS_RELEASE}/ IMAGE=cirros-${CIRROS_RELEASE}-${ARCH}-disk.img