Skip to content

Commit 9aef5e8

Browse files
committed
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 <[email protected]>
1 parent 8768000 commit 9aef5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.1}"
9+
: "${BUILDX_COMMIT=v0.6.2}"
1010
DEST=${GOPATH}/src/${PKG}
1111

1212
build() {

0 commit comments

Comments
 (0)