From 756cf4ab3b20c6a27939b3e93b2098404a666fb1 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 16 Nov 2021 09:59:36 +0100 Subject: [PATCH] update buildx to v0.7.0 release notes: https://github.com/docker/buildx/releases/tag/v0.7.0 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 f8cba71659..3380727a5b 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.3}" +: "${BUILDX_COMMIT=v0.7.0}" DEST=${GOPATH}/src/${PKG} build() {