Skip to content

Commit b926edc

Browse files
authored
Merge pull request #1014 from crazy-max/bump-buildx
update buildx to v0.14.0
2 parents a80fc88 + ec6a1ad commit b926edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DOCKER_ENGINE_REF ?= $(REF)
4343
DOCKER_COMPOSE_REF ?= v2.26.1
4444
# DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag,
4545
# but can be a valid git reference in DOCKER_BUILDX_REPO.
46-
DOCKER_BUILDX_REF ?= v0.13.1
46+
DOCKER_BUILDX_REF ?= v0.14.0
4747

4848
# Use "stage" to install dependencies from download-stage.docker.com during the
4949
# verify step. Leave empty or use any other value to install from download.docker.com

0 commit comments

Comments
 (0)