diff --git a/Jenkinsfile b/Jenkinsfile index 0fa3934..b9e6923 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { DOCKER_HOST = 'unix:///var/run/docker.sock' OPENAI_TOKEN = credentials('OpenAI-Token') OLLAMA = 'ollama/ollama' - OPENWEBUI = 'ghcr.io/open-webui/open-webui:dev' + OPENWEBUI = 'ghcr.io/open-webui/open-webui:latest' TIKA = 'apache/tika:latest' CHROMADB = 'chromadb/chroma:latest' }