aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/index.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-11 17:14:19 -0400
committerDrew DeVault <sir@cmpwn.com>2018-08-11 17:14:19 -0400
commitf8d33e96bafe378a78cef28a3f041165d4ee5523 (patch)
treeedaec20993afbe54fd3458817b5845eff7ed59fc /builds.sr.ht/index.md
parent69431c02c217728f0706b673be0b4676f0d8d49f (diff)
downloadsr.ht-docs-f8d33e96bafe378a78cef28a3f041165d4ee5523.tar.gz
Fix example build manifest
Diffstat (limited to 'builds.sr.ht/index.md')
-rw-r--r--builds.sr.ht/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md
index 75d5873..7b9752f 100644
--- a/builds.sr.ht/index.md
+++ b/builds.sr.ht/index.md
@@ -27,7 +27,7 @@ Build manifests are YAML files that contain a description of your build
environment and steps to run in that environment. A very simple example could
be:
- image: alpine
+ image: alpine/edge
steps:
say hello: |
echo hello