Skip to content

Commit 39b6665

Browse files
committed
docs: use correct term instead of 'shebang'
Fixes #53 Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 47a36b3 commit 39b6665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ names are ignored.
129129
### `Pkgfile`
130130

131131
```yaml
132-
# syntax = docker.io/autonomy/bldr:1289eba-frontend
132+
# syntax = docker.io/autonomy/bldr:v0.1.0-alpha.0-frontend
133133

134134
format: v1alpha2
135135

136136
vars:
137137
TOOLCHAIN_IMAGE: docker.io/autonomy/toolchain:0714f82
138138
```
139139
140-
First line of the file should always be shebang which is picked up by
140+
First line of the file should always be magic comment which is picked up by
141141
dockerfile frontend of buildkit and redirects build to the `bldr` frontend.
142142
Version tag should match version of the `bldr` you want to use.
143143

0 commit comments

Comments
 (0)