diff --git a/common.mk b/common.mk index 20f0e6bf81..dc6be3beff 100644 --- a/common.mk +++ b/common.mk @@ -47,7 +47,7 @@ DOCKER_COMPOSE_REF ?= v2.36.1 DOCKER_BUILDX_REF ?= v0.24.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.24 +DOCKER_MODEL_REF ?= v0.1.25 # 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