From ed2de026c16c3fd6f5e64014088e2097f6331416 Mon Sep 17 00:00:00 2001 From: Flux Date: Sat, 22 Nov 2025 09:41:55 +0200 Subject: [PATCH] rebase to bluefin-dx --- recipes/recipe.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index af05db5..a3e47f5 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -3,11 +3,11 @@ # image will be published to ghcr.io// name: randofin-os # description will be included in the image's metadata -description: This is my personal OS image. +description: This is my personal spin based on the latest bluefin 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 +base-image: ghcr.io/ublue-os/bluefin-dx +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module