File tree Expand file tree Collapse file tree 4 files changed +40
-21
lines changed
_vendor/github.com/moby/buildkit/frontend/dockerfile/docs Expand file tree Collapse file tree 4 files changed +40
-21
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ replace (
2020 github.com/docker/mcp-gateway => github.com/docker/mcp-gateway v0.22.0
2121 github.com/docker/model-runner/cmd/cli => github.com/docker/model-runner/cmd/cli v0.1.44
2222 github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.4
23- github.com/moby/buildkit => github.com/moby/buildkit v0.25.1
23+ github.com/moby/buildkit => github.com/moby/buildkit v0.26.0
2424 github.com/moby/moby/api => github.com/moby/moby/api v1.52.0
2525)
Original file line number Diff line number Diff line change 1- github.com/docker/cli v29.0.0+incompatible h1:KgsN2RUFMNM8wChxryicn4p46BdQWpXOA1XLGBGPGAw =
2- github.com/docker/cli v29.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
31github.com/docker/buildx v0.30.0 h1:Fz7LzHqEmnE8JNpDPxLWVSKUdD5ysXn2bq8JOpRpvAY =
42github.com/docker/buildx v0.30.0 /go.mod h1:m7/CUbSd2skvugtGYENwn96mk5Ffar28xmLmeAVMc4c =
3+ github.com/docker/cli v29.0.0+incompatible h1:KgsN2RUFMNM8wChxryicn4p46BdQWpXOA1XLGBGPGAw =
4+ github.com/docker/cli v29.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
55github.com/docker/compose/v2 v2.40.3 h1:XeYkQu1svDtyfZPv5nTwFryQ25ZJMkIlc4pz9HalMPI =
66github.com/docker/compose/v2 v2.40.3 /go.mod h1:iNY1tvoHTyN3C3QHCuWAgj3OjR2T6mGkk/qxfbBF/4M =
77github.com/docker/mcp-gateway v0.22.0 h1:l4t+HRNHxR7Jn545KDeXaeiEEhkCDBeWMTyuCaXVH7A =
@@ -12,5 +12,7 @@ github.com/docker/scout-cli v1.18.4 h1:Td+SSA55WlD7gmrNaBe0imgfVzzQjlfb/prwBn9GO
1212github.com/docker/scout-cli v1.18.4 /go.mod h1:Eo1RyCJsx3ldz/YTY5yGxu9g9mwTYbRUutxQUkow3Fc =
1313github.com/moby/buildkit v0.25.1 h1:j7IlVkeNbEo+ZLoxdudYCHpmTsbwKvhgc/6UJ/mY/o8 =
1414github.com/moby/buildkit v0.25.1 /go.mod h1:phM8sdqnvgK2y1dPDnbwI6veUCXHOZ6KFSl6E164tkc =
15+ github.com/moby/buildkit v0.26.0 h1:OSugMZoGqpVgrlpDx+OkiPRgYCIxR3XUP6wr7brDCpo =
16+ github.com/moby/buildkit v0.26.0 /go.mod h1:ylDa7IqzVJgLdi/wO7H1qLREFQpmhFbw2fbn4yoTw40 =
1517github.com/moby/moby/api v1.52.0 h1:00BtlJY4MXkkt84WhUZPRqt5TvPbgig2FZvTbe3igYg =
1618github.com/moby/moby/api v1.52.0 /go.mod h1:8mb+ReTlisw4pS6BRzCMts5M49W5M7bKt1cJy/YbAqc =
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ params:
129129 # Latest Docker Compose version
130130 compose_version : " v2.40.3"
131131 # Latest BuildKit version
132- buildkit_version : " 0.25 .0"
132+ buildkit_version : " 0.26 .0"
133133
134134 # Example runtime/library/os versions
135135 example_go_version : " 1.24"
You can’t perform that action at this time.
0 commit comments