From b85a3c747b2885c65b4442718a9e1f82f6feb44c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:40:50 +0000 Subject: [PATCH] chore(deps): update dependency containers/automation_images to v20230614 Also update Debian image name. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Chris Evich --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b8eafcf4..9f0d49ae 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -33,10 +33,10 @@ env: #### Cache-image names to test with (double-quotes around names are critical) #### FEDORA_NAME: "fedora-38" - DEBIAN_NAME: "debian-12" + DEBIAN_NAME: "debian-13" # Google-cloud VM Images - IMAGE_SUFFIX: "c20230601t145439z-f38f37d12" + IMAGE_SUFFIX: "c20230614t132754z-f38f37d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" DEBIAN_CACHE_IMAGE_NAME: "debian-${IMAGE_SUFFIX}"