From 4f99ccfa06219e70bca3937896f62493994e20f5 Mon Sep 17 00:00:00 2001 From: Marcin Jahn <10273406+marcinjahn@users.noreply.github.com> Date: Thu, 9 May 2024 17:36:35 +0200 Subject: [PATCH] fix: Use Fedora 40 as image-version (#30) --- recipes/recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index cb72785..22f9872 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -5,7 +5,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: 39 # latest is also supported if you want new updates ASAP +image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module