From f27b74f0f7dd41f09f806a08f6855259c19e965b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 17 Aug 2022 14:55:39 +0200 Subject: [PATCH] Makefile: update buildx to v0.9.0 release notes: https://github.com/docker/buildx/releases/tag/v0.9.0 Signed-off-by: Sebastiaan van Stijn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 018e33942f..be17598c5a 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.8.2 +BUILDX_VERSION ?= v0.9.0 ifdef USE_BUILDX BUILDX ?= $(shell command -v buildx)