docs: make sure all named context examples use 1.4

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2022-03-14 19:24:07 -07:00 committed by CrazyMax
parent 441853f189
commit 3b5dfb3fb4
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ $ docker buildx build --build-context project=path/to/project/source .
```
```Dockerfile
#syntax=docker/dockerfile:1.4
FROM alpine
COPY --from=project myfile /
```