From 45478137321b3e46a23f7de9ad27be2e6d6c1b28 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Mon, 5 May 2025 21:41:47 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2b2a7b4..db779e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { OLLAMA = 'ollama/ollama' OPENWEBUI = 'ghcr.io/open-webui/open-webui:latest' TIKA = 'apache/tika:latest' - CHROMADB = 'chromadb/chroma:latest' + CHROMADB = 'chromadb/chroma:0.6.3" // 'chromadb/chroma:latest' CHROMAUI = 'ghcr.io/logspace-ai/chroma-ui:latest' } stages {