Skip to content

Commit da7ecf0

Browse files
committed
build: dockerfile 1.12.0 release note
Signed-off-by: David Karlsson <[email protected]>
1 parent 3d4c545 commit da7ecf0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/manuals/build/buildkit/dockerfile-release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ issues, and bug fixes in [Dockerfile reference](/reference/dockerfile.md).
1313

1414
For usage, see the [Dockerfile frontend syntax](frontend.md) page.
1515

16+
## 1.12.0
17+
18+
{{< release-date date="2024-11-27" >}}
19+
20+
The full release note for this release is available
21+
[on GitHub](https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.12.0).
22+
23+
```dockerfile
24+
# syntax=docker/dockerfile:1.12.0
25+
```
26+
27+
- Fix incorrect description in History line of image configuration with multiple `ARG` instructions. [moby/buildkit#5508]
28+
29+
[moby/buildkit#5508]: https://github.com/moby/buildkit/pull/5508
30+
1631
## 1.11.1
1732

1833
{{< release-date date="2024-11-08" >}}

0 commit comments

Comments
 (0)