From ff24fd989e9525bc49bd537d344ce6e0142f5544 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 4 Aug 2026 17:18:49 -0400 Subject: [PATCH] fix: Set template to default to latest to prevent outdated issues --- recipes/recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 37d93c6..f14a971 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -7,7 +7,7 @@ description: This is my personal OS image. # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/ublue-os/silverblue-main -image-version: 42 # latest is also supported if you want new updates ASAP +image-version: latest # You can pin to a specific version of Fedora as well # module configuration, executed in order # you can include multiple instances of the same module