From 2a17e901496d370370d0f42fd79eb162be85d678 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 30 Jul 2021 20:13:28 +0200 Subject: [PATCH] update buildx to v0.6.1 release notes: https://github.com/docker/buildx/releases/tag/v0.6.1 Signed-off-by: CrazyMax --- plugins/buildx.installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/buildx.installer b/plugins/buildx.installer index 0281565967..fb7455eaec 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.0}" +: "${BUILDX_COMMIT=v0.6.1}" DEST=${GOPATH}/src/${PKG} build() {