Skip to content

Commit 7f3f1b4

Browse files
authored
Merge pull request #76 from ledif/patch-1
fix: update stable from 40 to 41
2 parents 4119d46 + 116c53b commit 7f3f1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/administration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Current booted image: ghcr.io/ublue-os/bluefin:gts
120120
Current rollback state is native ostree
121121
```
122122

123-
The `ghcr.io/ublue-os/bluefin:gts` is the important part, with `bluefin` being the image name, and the `:gts` being the image tag. That is the image you are currently on. Look for `:gts`, `:stable`, `:latest`, or in certain cases the version like `:39` or `:40`.
123+
The `ghcr.io/ublue-os/bluefin:gts` is the important part, with `bluefin` being the image name, and the `:gts` being the image tag. That is the image you are currently on. Look for `:gts`, `:stable`, `:latest`, or in certain cases the version like `:40` or `:41`.
124124

125125
> Pro Tip: Bluefin's [release notes](https://github.com/ublue-os/bluefin/releases) contain the stream switching instructions at the bottom of each release. This is useful if you're trying to nail down a regression in a specific package version.
126126
@@ -130,7 +130,7 @@ Use the `bootc switch` command to move to a newer or older version:
130130

131131
<details>
132132

133-
<summary>In this example we're rebasing to `:stable`, which is the latest stable release of Fedora (currently 40). The `--enforce-container-sigpolicy` is important to ensure you're checking the signature of the produced image:</summary>
133+
<summary>In this example we're rebasing to `:stable`, which is the latest stable release of Fedora (currently 41). The `--enforce-container-sigpolicy` is important to ensure you're checking the signature of the produced image:</summary>
134134

135135
```sh
136136
sudo bootc switch ghcr.io/ublue-os/bluefin:stable --enforce-container-sigpolicy

0 commit comments

Comments
 (0)