Skip to content

Commit

Permalink
chore(deps): Update chromadb/chroma Docker tag to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jun 19, 2024
1 parent 0bab120 commit 974e3b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OllamaContainer ollama() {
@Bean
@ServiceConnection
ChromaDBContainer chromadb() {
return new ChromaDBContainer(DockerImageName.parse("chromadb/chroma").withTag("0.5.1"));
return new ChromaDBContainer(DockerImageName.parse("chromadb/chroma").withTag("0.5.3"));
}

public static void main(String[] args) {
Expand Down

0 comments on commit 974e3b3

Please sign in to comment.