From e601f3c7835c32f9e0555345db39514ca4e8c862 Mon Sep 17 00:00:00 2001 From: Jacob Howard Date: Mon, 30 Jun 2025 14:12:34 -0600 Subject: [PATCH] Bump Docker Model CLI version to v0.1.32 This brings support for the new top-level models: key in Compose (in conjunction with Compose v2.38.1). Signed-off-by: Jacob Howard --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index c0732d09cf..476f4f0cfc 100644 --- a/common.mk +++ b/common.mk @@ -47,7 +47,7 @@ DOCKER_COMPOSE_REF ?= v2.37.3 DOCKER_BUILDX_REF ?= v0.25.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.30 +DOCKER_MODEL_REF ?= v0.1.32 # Use "stage" to install dependencies from download-stage.docker.com during the # verify step. Leave empty or use any other value to install from download.docker.com