aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2022-08-26 02:23:23 +0200
committerGitHub <noreply@github.com>2022-08-26 02:23:23 +0200
commit6373de33041134f0748555da1a8fc063b3b8b199 (patch)
treebce1a2d571b7e2e1f108cfa144af95d5c9a92373
parent1808c67d53b6d211c5fc41688be807fa7a7722b3 (diff)
parent5dcaad0dd33179c16eb2ee1f70429c1884c95bf8 (diff)
Merge pull request #44036 from benlangfeld/patch-1
Upgrades buildx to 0.9.1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be17598c5a..4d21efe28f 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.9.0
+BUILDX_VERSION ?= v0.9.1
ifdef USE_BUILDX
BUILDX ?= $(shell command -v buildx)