build: dockerfile 1.11.1 changelog

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-11-08 09:49:54 +01:00
parent 41c868e895
commit d5e4a5144b
1 changed files with 15 additions and 0 deletions

View File

@ -13,6 +13,21 @@ issues, and bug fixes in [Dockerfile reference](/reference/dockerfile.md).
For usage, see the [Dockerfile frontend syntax](frontend.md) page.
## 1.11.1
{{< release-date date="2024-11-08" >}}
The full release note for this release is available
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.11.1).
```dockerfile
# syntax=docker/dockerfile:1.11.1
```
- Fix regression when using the `ONBUILD` instruction in stages inherited within the same Dockerfile. [moby/buildkit#5490]
[moby/buildkit#5490]: https://github.com/moby/buildkit/pull/5490
## 1.11.0
{{< release-date date="2024-10-30" >}}