From 2367d96b7934d209fbdb9be0b4d4781c1cdacb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 27 Aug 2025 12:50:11 +0200 Subject: [PATCH] update model cli to v0.1.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index ec5ccb4a9c..fcfe23e62b 100644 --- a/common.mk +++ b/common.mk @@ -47,7 +47,7 @@ DOCKER_COMPOSE_REF ?= v2.39.2 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 +DOCKER_MODEL_REF ?= v0.1.39 # 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