Skip to content

Commit 194dfb6

Browse files
authored
Merge pull request #22682 from docker-tools-robot/dispatch/buildx-ref-v0.24.0
Update buildx reference to v0.24.0
2 parents a21a04f + 1d05dbd commit 194dfb6

File tree

4 files changed

+250
-32
lines changed

4 files changed

+250
-32
lines changed

_vendor/github.com/docker/buildx/docs/bake-reference.md

Lines changed: 242 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/moby/moby v28.1.0-rc.2+incompatible
2-
# github.com/moby/buildkit v0.22.0-rc1
3-
# github.com/docker/buildx v0.23.0
2+
# github.com/moby/buildkit v0.22.0
3+
# github.com/docker/buildx v0.24.0
44
# github.com/docker/cli v28.1.1+incompatible
55
# github.com/docker/compose/v2 v2.36.1
66
# github.com/docker/scout-cli v1.15.0

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module github.com/docker/docs
33
go 1.24.0
44

55
require (
6-
github.com/docker/buildx v0.23.0 // indirect
6+
github.com/docker/buildx v0.24.0 // indirect
77
github.com/docker/cli v28.1.1+incompatible // indirect
88
github.com/docker/compose/v2 v2.36.1 // indirect
99
github.com/docker/scout-cli v1.15.0 // indirect
10-
github.com/moby/buildkit v0.22.0-rc1 // indirect
10+
github.com/moby/buildkit v0.22.0 // indirect
1111
github.com/moby/moby v28.1.0-rc.2+incompatible // indirect
1212
)
1313

1414
replace (
15-
github.com/docker/buildx => github.com/docker/buildx v0.24.0-rc1
15+
github.com/docker/buildx => github.com/docker/buildx v0.24.0
1616
github.com/docker/cli => github.com/docker/cli v28.1.0-rc.2+incompatible
1717
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.36.1
1818
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0

0 commit comments

Comments
 (0)