From 4e81bcf380360dbc1a7c123e8e981df92ba2195c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 4 Apr 2022 11:03:52 +0200 Subject: [PATCH] Makefile: update buildx to v0.8.2 release notes: https://github.com/docker/buildx/releases/tag/v0.8.2 Notable changes: - Update Compose spec used by buildx bake to v1.2.1 to fix parsing ports definition - Fix possible crash on handling progress streams from BuildKit v0.10 - Fix parsing groups in buildx bake when already loaded by a parent group Signed-off-by: Sebastiaan van Stijn (cherry picked from commit ae7d3efafdfa132a65ea66acf4ee2445a9b23d61) Signed-off-by: Sebastiaan van Stijn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3de20a2b53..98d0561aeb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all binary dynbinary build cross help install manpages run shell test test-docker-py test-integration test-unit validate win -BUILDX_VERSION ?= v0.6.0 +BUILDX_VERSION ?= v0.8.2 ifdef USE_BUILDX BUILDX ?= $(shell command -v buildx)