docs: make sure all named context examples use 1.4

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
pull/1000/head
Tonis Tiigi 3 years ago committed by CrazyMax
parent 441853f189
commit 3b5dfb3fb4
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -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 /
```

Loading…
Cancel
Save