From 096f6023d4ca2f03de7db8de4b5ff9bd39ecb675 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:49:46 +0200 Subject: [PATCH] update buildx to v0.27.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 9febd7baec..ec5ccb4a9c 100644 --- a/common.mk +++ b/common.mk @@ -44,7 +44,7 @@ DOCKER_ENGINE_REF ?= $(REF) DOCKER_COMPOSE_REF ?= v2.39.2 # DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag, # but can be a valid git reference in DOCKER_BUILDX_REPO. -DOCKER_BUILDX_REF ?= v0.26.1 +DOCKER_BUILDX_REF ?= v0.27.0 # DOCKER_MODEL_REF is the version of model to package. It is usually a tag, # but can be a valid git reference in DOCKER_MODEL_REPO. DOCKER_MODEL_REF ?= v0.1.36