From aa8e342e9fd409e7218b1511ad464e6e33b360b6 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 19 Oct 2024 21:23:03 +0200 Subject: [PATCH] BASE: Migrate to silverblue --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 392f0cc..58574ad 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ ARG FEDORA_MAJOR_VERSION=40 -FROM quay.io/fedora-ostree-desktops/kinoite:${FEDORA_MAJOR_VERSION} +FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} COPY scripts /tmp/scripts