From 9a91dd08d0ff7b0eb5f6bb6c627275218ecc3e43 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 21 May 2025 13:54:34 -0400 Subject: [PATCH] Chagned to 42 as latest tag is not supported in Red Hat's container repo --- recipes/recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index a997231..a6dc7ab 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: quay.io/fedora-ostree-desktops/base-atomic -image-version: latest # latest is also supported if you want new updates ASAP +image-version: 42 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module