From 9aef5e8552d8af558bf0c8e836b3f6a630976163 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 25 Aug 2021 19:42:22 +0200 Subject: [PATCH] update buildx to v0.6.2 release notes: https://github.com/docker/buildx/releases/tag/v0.6.2 - Fix connection error showing up in some SSH configurations 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 fb7455eaec..a19d461e6a 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.1}" +: "${BUILDX_COMMIT=v0.6.2}" DEST=${GOPATH}/src/${PKG} build() {