Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 112d03e

Browse files
committed
plugins: update buildx to v0.4.2
full diff: docker/buildx@v0.4.1...v0.4.2 - bake: fix parsing json config with hcl v2 - bake: update go-cty to pull in more stdlib funcs - bake: ensure --builder is wired from root options - build: support cacheonly exporter - build: improve error checking on load - build: remove warning for multi-platform iidfile Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit a6de61c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 55f0b0c52db3821ed11c16604a1ba3e3cfa4b63e Component: packaging
1 parent ef44b94 commit 112d03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/packaging/plugins/buildx.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "$(dirname "$0")/.common"
66
PKG=github.com/docker/buildx
77
GOPATH=$(go env GOPATH)
88
REPO=https://${PKG}.git
9-
: "${BUILDX_COMMIT=v0.4.1}"
9+
: "${BUILDX_COMMIT=v0.4.2}"
1010
DEST=${GOPATH}/src/${PKG}
1111

1212
build() {

0 commit comments

Comments
 (0)