From dffe23ca3dae6dc0abdc42a05d8ea3366e55c0dd Mon Sep 17 00:00:00 2001 From: Sven Kieske Date: Fri, 5 Apr 2024 11:33:35 +0200 Subject: [PATCH] CI: bump cirros version Signed-off-by: Sven Kieske Change-Id: Ib9a0d9bab0c64f5179715dbc629703e7a6947c98 --- tools/init-runonce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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