chroma-core/chroma

[Bug]: dev Docker image returning the wrong version

開放

#1,341 建立於 2023年11月7日

 (5 則留言) (1 個反應) (0 位負責人)Rust (2,247 個分叉)batch import
buggood first issue

倉庫指標

星標
 (27,958 顆星)
PR 合併指標
 (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

貢獻者指南