From da31b694aecec3d608e78e6a6b5c40ee4132a281 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 15 Sep 2021 14:30:55 +0200 Subject: [PATCH] update buildx to v0.6.3 release notes: https://github.com/docker/buildx/releases/tag/v0.6.3 - Fix buildkit state volume location for Windows clients Signed-off-by: Sebastiaan van Stijn --- plugins/buildx.installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/buildx.installer b/plugins/buildx.installer index a19d461e6a..f8cba71659 100755 --- a/plugins/buildx.installer +++ b/plugins/buildx.installer @@ -6,7 +6,7 @@ source "$(dirname "$0")/.common" PKG=github.com/docker/buildx GOPATH=$(go env GOPATH) REPO=https://${PKG}.git -: "${BUILDX_COMMIT=v0.6.2}" +: "${BUILDX_COMMIT=v0.6.3}" DEST=${GOPATH}/src/${PKG} build() {