Change FEDORA_VERSION from 40-stable to latest

This commit is contained in:
badblocks 2024-10-09 19:02:14 -07:00 committed by GitHub
parent 736afcf679
commit 8578ac2bab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ ARG SOURCE_IMAGE="bazzite"
ARG SOURCE_SUFFIX="-gnome" ARG SOURCE_SUFFIX="-gnome"
## FEDORA_VERSION arg must be a version built by ublue: eg, 39 or 40 ## FEDORA_VERSION arg must be a version built by ublue: eg, 39 or 40
ARG FEDORA_VERSION="40-stable" ARG FEDORA_VERSION="latest"
### 2. SOURCE IMAGE ### 2. SOURCE IMAGE