From d371fc7b9d35488e4d9ae034ede548c45c0fb3f0 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 4 Jan 2024 06:50:39 -0700 Subject: [PATCH] Bump CI VMs Source: https://github.com/containers/automation_images/pull/320 There shouldn't be anything here that buildah cares about, so this should be a simple one, he said breezily. Signed-off-by: Ed Santiago --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f74700a33f8..2a77e0d14e1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,7 +32,7 @@ env: DEBIAN_NAME: "debian-13" # Image identifiers - IMAGE_SUFFIX: "c20231208t193858z-f39f38d13" + IMAGE_SUFFIX: "c20240102t212217z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" DEBIAN_CACHE_IMAGE_NAME: "debian-${IMAGE_SUFFIX}"