From 9c95dd88fc7db0878da4c970fc73f9cc22f5b11b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:28:50 +0000 Subject: [PATCH] Update chromadb/chroma Docker tag to v0.6.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- database/chroma/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/chroma/Containerfile b/database/chroma/Containerfile index c00fea3..43df1c8 100644 --- a/database/chroma/Containerfile +++ b/database/chroma/Containerfile @@ -1,2 +1,2 @@ -FROM chromadb/chroma:0.5.23 +FROM chromadb/chroma:0.6.3 RUN chgrp -R 0 /chroma && chmod -R g=u /chroma \ No newline at end of file