From 8fccb602da8ff8aaffa38cb0dc187ae2b0b4cc6c Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:42:34 +0200 Subject: [PATCH] Update base image version in Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f1d51db..835d682 100644 --- a/Containerfile +++ b/Containerfile @@ -38,7 +38,7 @@ FROM scratch AS ctx COPY build /build ## Alternative base images, no desktop included (uncomment to use): -FROM quay.io/fedora/fedora-kinoite:43 +FROM quay.io/fedora/fedora-kinoite:44 # FROM quay.io/centos-bootc/centos-bootc:stream10 ## Alternative GNOME OS base image (uncomment to use):