Merge pull request #24273 from docker-tools-robot/dispatch/buildx-ref-v0.32.1

Update buildx reference to v0.32.1
This commit is contained in:
David Karlsson
2026-03-04 21:56:36 +01:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

2
_vendor/modules.txt generated
View File

@@ -1,6 +1,6 @@
# github.com/moby/moby/api v1.53.0
# github.com/moby/buildkit v0.28.0
# github.com/docker/buildx v0.32.0
# github.com/docker/buildx v0.32.1
# github.com/docker/cli v29.2.1+incompatible
# github.com/docker/compose/v5 v5.0.2
# github.com/docker/model-runner v1.1.9-0.20260303081710-59280ed7abd5

2
go.mod
View File

@@ -8,7 +8,7 @@ go 1.26.0
//
// Make sure to add an entry in the "tools" section when adding a new repository.
require (
github.com/docker/buildx v0.32.0
github.com/docker/buildx v0.32.1
github.com/docker/cli v29.2.1+incompatible
github.com/docker/compose/v5 v5.0.2
github.com/docker/model-runner v1.1.9-0.20260303081710-59280ed7abd5

2
go.sum
View File

@@ -60,6 +60,8 @@ github.com/docker/buildx v0.31.1 h1:zbvbrb9nxBNVV8nnI33f2F+4aAZBA1gY+AmeBFflMqY=
github.com/docker/buildx v0.31.1/go.mod h1:SD+jYLnt3S4SXqohVtV+8z+dihnOgwMJ8t+bLQvsaCk=
github.com/docker/buildx v0.32.0 h1:BjSqjSkQDnwgcsIC8NV3D4i6OKIXqu6xUWrg+G9mq5s=
github.com/docker/buildx v0.32.0/go.mod h1:46Le9J2gV41DJ3zuGBc+Lf+ASYA4saGd0y/dGly8Wmg=
github.com/docker/buildx v0.32.1 h1:ecen0VNo7UINEv+Wx7xDPlTH5nQ1EaxzFOoslYIISuk=
github.com/docker/buildx v0.32.1/go.mod h1:46Le9J2gV41DJ3zuGBc+Lf+ASYA4saGd0y/dGly8Wmg=
github.com/docker/cli v29.1.2+incompatible h1:s4QI7drXpIo78OM+CwuthPsO5kCf8cpNsck5PsLVTH8=
github.com/docker/cli v29.1.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v29.1.5+incompatible h1:GckbANUt3j+lsnQ6eCcQd70mNSOismSHWt8vk2AX8ao=