From 8578ac2babd95b5a75319e0039a042442753e2b6 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:02:14 -0700 Subject: [PATCH] Change FEDORA_VERSION from 40-stable to latest --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index cf02212..3f6cb5f 100644 --- a/Containerfile +++ b/Containerfile @@ -36,7 +36,7 @@ ARG SOURCE_IMAGE="bazzite" ARG SOURCE_SUFFIX="-gnome" ## FEDORA_VERSION arg must be a version built by ublue: eg, 39 or 40 -ARG FEDORA_VERSION="40-stable" +ARG FEDORA_VERSION="latest" ### 2. SOURCE IMAGE