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