Browse Source

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>
(cherry picked from commit 5dcaad0dd33179c16eb2ee1f70429c1884c95bf8)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Ben Langfeld 2 years ago
parent
commit
09a0b0a84a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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
 .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
 ifdef USE_BUILDX
 BUILDX ?= $(shell command -v buildx)
 BUILDX ?= $(shell command -v buildx)