Upgrades buildx to 0.9.1

v0.9.0 included regressions. Release notes: https://github.com/docker/buildx/releases/tag/v0.9.1

Signed-off-by: Ben Langfeld <blangfeld@powerhrg.com>
This commit is contained in:
Ben Langfeld 2022-08-25 19:06:33 -03:00 committed by Ben Langfeld
parent 0ec426a57b
commit 5dcaad0dd3
No known key found for this signature in database
GPG Key ID: 02A4176F22050EC3
1 changed files with 1 additions and 1 deletions

View File

@ -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.9.0
BUILDX_VERSION ?= v0.9.1
ifdef USE_BUILDX
BUILDX ?= $(shell command -v buildx)