]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update default Fedora release to 38
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Apr 2023 14:48:02 +0000 (16:48 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 19 Apr 2023 15:17:01 +0000 (17:17 +0200)
mkosi/config.py

index 57949c35c0f80426f56e8d8be911a82dc3197aed..21d0f07655ed640a48ce2e465b88d9ea9bf78be1 100644 (file)
@@ -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",