From 91d5a489e8bf85cce4c8bfa578074cde646721c2 Mon Sep 17 00:00:00 2001 From: Romain ROCHAS Date: Wed, 8 Oct 2025 13:32:11 +0200 Subject: [PATCH] fix(lobe-chat): update Docker image tag to a specific version 1.135.5 --- templates/compose/lobe-chat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/lobe-chat.yaml b/templates/compose/lobe-chat.yaml index 5dcb226c9..859f617e3 100644 --- a/templates/compose/lobe-chat.yaml +++ b/templates/compose/lobe-chat.yaml @@ -7,7 +7,7 @@ services: lobe-chat: - image: "lobehub/lobe-chat:latest" + image: "lobehub/lobe-chat:1.135.5" environment: - SERVICE_URL_LOBECHAT_3210 - OPENAI_API_KEY=${OPENAI_API_KEY}