aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/builds.sr.ht/github-integration.md2
-rw-r--r--tutorials/getting-started-with-builds.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/builds.sr.ht/github-integration.md b/tutorials/builds.sr.ht/github-integration.md
index d7f55ef..7199dc5 100644
--- a/tutorials/builds.sr.ht/github-integration.md
+++ b/tutorials/builds.sr.ht/github-integration.md
@@ -78,7 +78,7 @@ Portability is important - so let's try running the same manifest on another
operating system.
```yaml
-image: freebsd
+image: freebsd/latest
packages:
- meson
sources:
diff --git a/tutorials/getting-started-with-builds.md b/tutorials/getting-started-with-builds.md
index b1440d2..0cc1020 100644
--- a/tutorials/getting-started-with-builds.md
+++ b/tutorials/getting-started-with-builds.md
@@ -102,7 +102,7 @@ Portability is important - so let's try running the same manifest on another
operating system.
```yaml
-image: freebsd/current
+image: freebsd/latest
packages:
- meson
sources: