From e7e931eaace2cefc4410863d5ce162e15e659405 Mon Sep 17 00:00:00 2001 From: Romain Geissler Date: Thu, 26 Mar 2026 09:39:10 +0000 Subject: [PATCH] update buildx to v0.32.1 Signed-off-by: Romain Geissler --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index ad97a3b734..796150f2b3 100644 --- a/common.mk +++ b/common.mk @@ -44,7 +44,7 @@ DOCKER_ENGINE_REF ?= $(REF) DOCKER_COMPOSE_REF ?= v5.0.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.30.0 +DOCKER_BUILDX_REF ?= v0.32.1 # 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.39