From f8d33e96bafe378a78cef28a3f041165d4ee5523 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 11 Aug 2018 17:14:19 -0400 Subject: Fix example build manifest --- builds.sr.ht/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit