diff --git a/common.mk b/common.mk index 11addab00b..930343beed 100644 --- a/common.mk +++ b/common.mk @@ -47,7 +47,7 @@ DOCKER_COMPOSE_REF ?= v2.37.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.29 # 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