From 13fe3435cf42684a0a0e6226d5b72e5b3f8d6afd Mon Sep 17 00:00:00 2001 From: johnr14 Date: Fri, 15 Mar 2024 12:07:28 -0400 Subject: [PATCH] Update recipe.yml change base image https://github.com/ublue-os/main/issues/78 --- config/recipe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/recipe.yml b/config/recipe.yml index 1be43d5..e59d90e 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -4,8 +4,8 @@ name: ublue-kde-workstation description: This is my personal OS KDE image with additionnal applications installed. # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-main -image-version: 40 # latest is also supported if you want new updates ASAP; rawhide is unavailable +base-image: quay.io/fedora/fedora-kinoite +image-version: rawhide # latest is also supported if you want new updates ASAP; rawhide is unavailable # module configuration, executed in order # you can include multiple instances of the same module