Browse Source

Merge pull request #44036 from benlangfeld/patch-1

Upgrades buildx to 0.9.1
Sebastiaan van Stijn 2 years ago
parent
commit
6373de3304
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)