chroma-core/chroma

[Bug]: dev Docker image returning the wrong version

开放

#1,341 创建于 2023年11月7日

 (4 条评论) (1 个反应) (0 位负责人)Rust (2,247 个派生)batch import
buggood first issue

仓库指标

星标
 (27,958 个星标)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 80 个 PR)

描述

What happened?

When running the (automatically build?) devel image and call the /version API endpoint, the last stable release version is returned.

Start the container with:

$> docker run --rm -p 8000:8000 ghcr.io/chroma-core/chroma:0.4.16.dev15

Run:

$> curl http://localhost:8000/api/v1/version
"0.4.15"

I would expect "0.4.16.dev15"

Versions

0.4.16.dev15

Relevant log output

No response

贡献者指南