From 9ae5725aa45b04e5eb62f722a6728680be0b44ac Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:28:59 +0530 Subject: [PATCH] pin librechat service rag api to static version --- templates/compose/librechat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/librechat.yaml b/templates/compose/librechat.yaml index f473985de..2c66e9c3b 100644 --- a/templates/compose/librechat.yaml +++ b/templates/compose/librechat.yaml @@ -129,7 +129,7 @@ services: start_period: 10s rag-api: - image: ghcr.io/danny-avila/librechat-rag-api-dev-lite:latest + image: ghcr.io/danny-avila/librechat-rag-api-dev-lite:v0.7.3 environment: - POSTGRES_DB=rag - POSTGRES_USER=${SERVICE_USER_POSTGRES}