Skip to content

Commit 671add1

Browse files
committed
Final update to Fedora 42
1 parent 99a613e commit 671add1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

recipes/recipe-dev-nvidia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: This is my personal OS image with nvidia drivers.
77

88
# the base image to build on top of (FROM) and the version tag to use
99
base-image: ghcr.io/ublue-os/silverblue-nvidia
10-
image-version: 41 # latest is also supported if you want new updates ASAP
10+
image-version: 42 # latest is also supported if you want new updates ASAP
1111

1212
# module configuration, executed in order
1313
# you can include multiple instances of the same module

recipes/recipe-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: This is my personal OS image.
77

88
# the base image to build on top of (FROM) and the version tag to use
99
base-image: ghcr.io/ublue-os/silverblue-main
10-
image-version: 41 # latest is also supported if you want new updates ASAP
10+
image-version: 42 # latest is also supported if you want new updates ASAP
1111

1212
# module configuration, executed in order
1313
# you can include multiple instances of the same module

recipes/recipe-home.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: This is my personal OS image for basic users
77

88
# the base image to build on top of (FROM) and the version tag to use
99
base-image: ghcr.io/ublue-os/silverblue-main
10-
image-version: 41 # latest is also supported if you want new updates ASAP
10+
image-version: 42 # latest is also supported if you want new updates ASAP
1111

1212
# module configuration, executed in order
1313
# you can include multiple instances of the same module

0 commit comments

Comments
 (0)