diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index 8a472e5f20..0140d303b4 100644 --- a/apps/lobe-chat/config.json +++ b/apps/lobe-chat/config.json @@ -5,8 +5,8 @@ "exposable": 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": 380, - "version": "1.35.3", + "tipi_version": 381, + "version": "1.35.4", "categories": ["ai"], "short_desc": "LLM chatbot framework", "author": "https://github.com/lobehub", @@ -41,5 +41,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1733082087000 + "updated_at": 1733131274000 } diff --git a/apps/lobe-chat/docker-compose.yml b/apps/lobe-chat/docker-compose.yml index 28ba47919d..642ce5ac41 100644 --- a/apps/lobe-chat/docker-compose.yml +++ b/apps/lobe-chat/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: lobe-chat: container_name: lobe-chat - image: lobehub/lobe-chat:v1.35.3 + image: lobehub/lobe-chat:v1.35.4 environment: - OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL} diff --git a/apps/onedev/config.json b/apps/onedev/config.json index 70e35f5d51..24cfc37065 100644 --- a/apps/onedev/config.json +++ b/apps/onedev/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "onedev", - "tipi_version": 128, - "version": "11.6.1", + "tipi_version": 129, + "version": "11.6.2", "categories": ["development"], "description": "Self-hosted Git Server with Kanban and CI/CD", "short_desc": "Self-hosted Git Server with Kanban and CI/CD", @@ -46,5 +46,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1733035256000 + "updated_at": 1733124334000 } diff --git a/apps/onedev/docker-compose.yml b/apps/onedev/docker-compose.yml index 01d96fb9ee..0e4e3ffc5a 100644 --- a/apps/onedev/docker-compose.yml +++ b/apps/onedev/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: onedev: - image: 1dev/server:11.6.1 + image: 1dev/server:11.6.2 container_name: onedev environment: - hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect diff --git a/apps/tasks-md/config.json b/apps/tasks-md/config.json index 663c09f95c..f3c07f51a8 100644 --- a/apps/tasks-md/config.json +++ b/apps/tasks-md/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "tasks-md", - "tipi_version": 10, - "version": "2.5.3", + "tipi_version": 11, + "version": "2.5.4", "categories": ["development"], "description": "A self-hosted, file based task management board that supports Markdown syntax", "short_desc": "A self-hosted, file based task management board.", @@ -23,5 +23,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1729321889000 + "updated_at": 1733113301000 } diff --git a/apps/tasks-md/docker-compose.yml b/apps/tasks-md/docker-compose.yml index 40d260238c..dac55ef6ac 100644 --- a/apps/tasks-md/docker-compose.yml +++ b/apps/tasks-md/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: tasks-md: container_name: tasks-md - image: baldissaramatheus/tasks.md:2.5.3 + image: baldissaramatheus/tasks.md:2.5.4 ports: - ${APP_PORT}:8080 volumes: diff --git a/apps/wekan/config.json b/apps/wekan/config.json index 0f13929c24..a948300faa 100644 --- a/apps/wekan/config.json +++ b/apps/wekan/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "wekan", - "tipi_version": 38, - "version": "7.68", + "tipi_version": 39, + "version": "7.69", "categories": ["development"], "description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban", "short_desc": "Open-Source, customizable, and privacy-focused kanban", @@ -30,5 +30,5 @@ ], "supported_architectures": ["amd64"], "created_at": 1691943801422, - "updated_at": 1732507098000 + "updated_at": 1733124346000 } diff --git a/apps/wekan/docker-compose.yml b/apps/wekan/docker-compose.yml index f1a9607c1f..21c5736efb 100644 --- a/apps/wekan/docker-compose.yml +++ b/apps/wekan/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: wekan: - image: ghcr.io/wekan/wekan:v7.68 + image: ghcr.io/wekan/wekan:v7.69 container_name: wekan environment: # https://github.com/wekan/wekan/blob/main/docker-compose.yml