Skip to content

Commit a4107ac

Browse files
authored
Merge pull request #1205 from crazy-max/buildx-0.24.0
[master] update buildx to v0.24.0
2 parents f12e086 + 1b90ce5 commit a4107ac

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
@@ -44,7 +44,7 @@ DOCKER_ENGINE_REF ?= $(REF)
4444
DOCKER_COMPOSE_REF ?= v2.36.1
4545
# DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag,
4646
# but can be a valid git reference in DOCKER_BUILDX_REPO.
47-
DOCKER_BUILDX_REF ?= v0.23.0
47+
DOCKER_BUILDX_REF ?= v0.24.0
4848
# DOCKER_MODEL_REF is the version of model to package. It is usually a tag,
4949
# but can be a valid git reference in DOCKER_MODEL_REPO.
5050
DOCKER_MODEL_REF ?= v0.1.24

0 commit comments

Comments
 (0)