From db217c6a61fceb89f8bdf5e6faf6c1ddffea3967 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:58:41 -0400 Subject: [PATCH] Default is Fedora 38 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b7a353a..33d59a7 100644 --- a/Containerfile +++ b/Containerfile @@ -5,7 +5,7 @@ # in the cloud. The ARGs have default values, but changing those # does nothing if the image is built in the cloud. -ARG FEDORA_MAJOR_VERSION=37 +ARG FEDORA_MAJOR_VERSION=38 # Warning: changing this might not do anything for you. Read comment above. ARG BASE_IMAGE_URL=ghcr.io/ublue-os/kinoite-main