Update buildx reference to v0.27.0 (#23278)

Update the buildx reference documentation to keep in sync with the
latest release `v0.27.0`

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: crazy-max <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
docker-tools-robot
2025-08-20 11:55:10 +02:00
committed by GitHub
parent 26d2041243
commit 329e0a5550
5 changed files with 7 additions and 3 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/docker/docs
go 1.24.5
require (
github.com/docker/buildx v0.26.1 // indirect
github.com/docker/buildx v0.27.0 // indirect
github.com/docker/cli v28.3.3+incompatible // indirect
github.com/docker/compose/v2 v2.39.2 // indirect
github.com/docker/mcp-gateway v0.13.1-0.20250730013131-e08a3be84765 // indirect
@@ -14,7 +14,7 @@ require (
)
replace (
github.com/docker/buildx => github.com/docker/buildx v0.26.1
github.com/docker/buildx => github.com/docker/buildx v0.27.0
github.com/docker/cli => github.com/docker/cli v28.3.3+incompatible
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.2
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2