Skip to content

Commit

Permalink
chore(deps): update lobehub/lobe-chat docker tag to v1.43.4 (#5911)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 154ced5 commit c3d8d76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/lobe-chat/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 395,
"version": "1.36.5",
"tipi_version": 396,
"version": "1.43.4",
"categories": ["ai"],
"short_desc": "LLM chatbot framework",
"author": "https://github.com/lobehub",
Expand Down Expand Up @@ -42,6 +42,6 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733760853293,
"updated_at": 1736194429000,
"$schema": "../app-info-schema.json"
}
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "lobe-chat",
"image": "lobehub/lobe-chat:v1.36.5",
"image": "lobehub/lobe-chat:v1.43.4",
"isMain": true,
"internalPort": 3210,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v1.36.5
image: lobehub/lobe-chat:v1.43.4
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
Expand Down

0 comments on commit c3d8d76

Please sign in to comment.