Explorar o código

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>
Ben Langfeld %!s(int64=2) %!d(string=hai) anos
pai
achega
5dcaad0dd3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 
-BUILDX_VERSION ?= v0.9.0
+BUILDX_VERSION ?= v0.9.1
 
 ifdef USE_BUILDX
 BUILDX ?= $(shell command -v buildx)