From: Daan De Meyer Date: Wed, 19 Apr 2023 14:48:02 +0000 (+0200) Subject: Update default Fedora release to 38 X-Git-Tag: v15~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21eb582b696cd385d0fbeea4b9fb6c940a873e0a;p=thirdparty%2Fmkosi.git Update default Fedora release to 38 --- diff --git a/mkosi/config.py b/mkosi/config.py index 57949c35c..21d0f0765 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -121,7 +121,7 @@ def config_default_release(namespace: argparse.Namespace) -> Any: return hr return { - Distribution.fedora: "37", + Distribution.fedora: "38", Distribution.centos: "9", Distribution.rocky: "9", Distribution.alma: "9",