Skip to content

Commit fc8f54b

Browse files
committed
update buildx to v0.26.0
Signed-off-by: CrazyMax <[email protected]>
1 parent 005c100 commit fc8f54b

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.38.2
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.25.0
47+
DOCKER_BUILDX_REF ?= v0.26.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.34

0 commit comments

Comments
 (0)