Skip to content

Commit

Permalink
Merge pull request docker#21376 from dvdksn/dockerfile-1.11-changelog
Browse files Browse the repository at this point in the history
build: dockerfile 1.11.1 changelog
  • Loading branch information
dvdksn authored Nov 8, 2024
2 parents c72f084 + d5e4a51 commit df6f833
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/manuals/build/buildkit/dockerfile-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down

0 comments on commit df6f833

Please sign in to comment.