Merge pull request #1899 from tiborvass/dockerfile-readme-nit

docs: Change buildkit 0.8.0 -> 0.8.1 and an instance of dockerfile 1.2.0 to 1.2
v0.9
Akihiro Suda 2020-12-15 15:01:48 +09:00 committed by GitHub
commit 22113880db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ Join `#buildkit` channel on [Docker Community Slack](http://dockr.ly/slack)
### Latest stable release
- [`v0.8.0`, `latest`](https://github.com/moby/buildkit/blob/v0.8.0/Dockerfile)
- [`v0.8.1`, `latest`](https://github.com/moby/buildkit/blob/v0.8.1/Dockerfile)
- [`v0.8.0-rootless`, `rootless`](https://github.com/moby/buildkit/blob/v0.8.0/Dockerfile) (see [`docs/rootless.md`](https://github.com/moby/buildkit/blob/master/docs/rootless.md) for usage)
- [`v0.8.1-rootless`, `rootless`](https://github.com/moby/buildkit/blob/v0.8.1/Dockerfile) (see [`docs/rootless.md`](https://github.com/moby/buildkit/blob/master/docs/rootless.md) for usage)
### Development build from master branch

View File

@ -27,7 +27,7 @@ change in between releases on labs channel, the old versions are guaranteed to b
## Build Mounts `RUN --mount=...`
To use this flag set Dockerfile version to at least `1.2.0`
To use this flag set Dockerfile version to at least `1.2`
```
#syntax=docker/dockerfile:1.2