mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-19 01:47:43 +08:00
docs: make sure all named context examples use 1.4
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
parent
441853f189
commit
3b5dfb3fb4
@ -129,6 +129,7 @@ $ docker buildx build --build-context project=path/to/project/source .
|
|||||||
```
|
```
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
|
#syntax=docker/dockerfile:1.4
|
||||||
FROM alpine
|
FROM alpine
|
||||||
COPY --from=project myfile /
|
COPY --from=project myfile /
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user