Merge pull request #21376 from dvdksn/dockerfile-1.11-changelog

build: dockerfile 1.11.1 changelog
This commit is contained in:
David Karlsson 2024-11-08 13:34:48 +01:00 committed by GitHub
commit df6f8331c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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. 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 ## 1.11.0
{{< release-date date="2024-10-30" >}} {{< release-date date="2024-10-30" >}}