Skip to content

Commit c252e08

Browse files
committed
Bump Docker Model CLI version to v0.1.34
Includes multiline support in the chat, improved pull messages, show untagged and removed information on `rm`, allow implicit registry on `tag` and `--backend` tag for `run` and `list`. https://github.com/docker/model-cli/releases/tag/v0.1.34. Signed-off-by: Dorin Geman <[email protected]>
1 parent 18e4b19 commit c252e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DOCKER_COMPOSE_REF ?= v2.38.2
4747
DOCKER_BUILDX_REF ?= v0.25.0
4848
# DOCKER_MODEL_REF is the version of model to package. It is usually a tag,
4949
# but can be a valid git reference in DOCKER_MODEL_REPO.
50-
DOCKER_MODEL_REF ?= v0.1.33
50+
DOCKER_MODEL_REF ?= v0.1.34
5151

5252
# Use "stage" to install dependencies from download-stage.docker.com during the
5353
# verify step. Leave empty or use any other value to install from download.docker.com

0 commit comments

Comments
 (0)