From d72e4ad869ce4efde864600cfaa33396120e8771 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 19 Sep 2022 11:37:46 -0400 Subject: [PATCH] Update F37 images F36 -> 37 and F35 -> F36 No change for Ubuntu. Signed-off-by: Chris Evich --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cea606d7..152368bd 100644 --- a/Makefile +++ b/Makefile @@ -17,11 +17,11 @@ if_ci_else = $(if $(findstring true,$(CI)),$(1),$(2)) export CENTOS_STREAM_RELEASE = 8 -export FEDORA_RELEASE = 36 -export PRIOR_FEDORA_RELEASE = 35 +export FEDORA_RELEASE = 37 +export PRIOR_FEDORA_RELEASE = 36 # See import_images/README.md -export FEDORA_IMPORT_IMG_SFX = 1663877149 +export FEDORA_IMPORT_IMG_SFX = 1665592510 export UBUNTU_RELEASE = 22.04 export UBUNTU_BASE_FAMILY = ubuntu-2204-lts