feat: use Fedora 38 (#64)

* Update Containerfile

* Update recipe.yml

* Update recipe.yml

* Update README.md
This commit is contained in:
plata
2023-05-09 16:27:49 +02:00
committed by GitHub
parent 0a04aac233
commit 60ddd67713
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ base-image: ghcr.io/ublue-os/silverblue-main
# If you use `latest`, you will be automatically updated
# to the next major version assuming the image you're using as your base container
# builds with the tag (all uBlue images do this).
fedora-version: 37
fedora-version: 38
# This description will be visible in the container metadata
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
@@ -26,7 +26,7 @@ scripts:
# this is the proper way to add copr repos to your image
extrarepos:
# example:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-37/atim-starship-fedora-37.repo
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-38/atim-starship-fedora-38.repo
# These rpms will be installed from the fedora repository
# using rpm-ostree and will be preinstalled in the final image