chroma-core/chroma

[Bug]: dev Docker image returning the wrong version

オープン

#1,341 opened on 2023/11/07

 (4 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (2,247 件のフォーク)batch import
buggood first issue

Repository metrics

Stars
 (27,958 個のスター)
PR merge metrics
 (平均マージ 1d 16h) (30d で 80 merged PRs)

説明

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

コントリビューターガイド