소스 검색

Merge pull request #43972 from thaJeztah/buildx_0.9

Makefile: update buildx to v0.9.0
Akihiro Suda 3 년 전
부모
커밋
5675d3a8fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.8.2
+BUILDX_VERSION ?= v0.9.0
 
 ifdef USE_BUILDX
 BUILDX ?= $(shell command -v buildx)