chroma-core/chroma
[Bug]: dev Docker image returning the wrong version
Aberta
#1.341 aberto em 7 de nov. de 2023
buggood first issue
Métricas do repositório
- Stars
- (27.958 estrelas)
- Métricas de merge de PR
- (Mesclagem média 1d 16h) (80 fundiu PRs em 30d)
Description
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