From 208d8cfdf1cd39d77b1705c4ee4cede9bfe263b7 Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Tue, 22 Jul 2025 11:26:06 +0800 Subject: [PATCH] version doc (#5275) --- deploy/docker/docker-compose-milvus.yml | 8 ++++---- deploy/docker/docker-compose-oceanbase/docker-compose.yml | 8 ++++---- deploy/docker/docker-compose-pgvector.yml | 8 ++++---- deploy/docker/docker-compose-zilliz.yml | 8 ++++---- deploy/docker/yml.js | 4 ++-- docSite/content/zh-cn/docs/development/upgrading/4110.md | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/deploy/docker/docker-compose-milvus.yml b/deploy/docker/docker-compose-milvus.yml index 6d3e4b235..f20926056 100644 --- a/deploy/docker/docker-compose-milvus.yml +++ b/deploy/docker/docker-compose-milvus.yml @@ -151,8 +151,8 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.10.1-fix3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix3 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.11.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云 ports: - 3000:3000 networks: @@ -226,8 +226,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.3 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云 container_name: fastgpt-plugin restart: always networks: diff --git a/deploy/docker/docker-compose-oceanbase/docker-compose.yml b/deploy/docker/docker-compose-oceanbase/docker-compose.yml index b17840a8b..f86856807 100644 --- a/deploy/docker/docker-compose-oceanbase/docker-compose.yml +++ b/deploy/docker/docker-compose-oceanbase/docker-compose.yml @@ -126,8 +126,8 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.10.1-fix3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix3 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.11.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云 ports: - 3000:3000 networks: @@ -200,8 +200,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.3 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云 container_name: fastgpt-plugin restart: always networks: diff --git a/deploy/docker/docker-compose-pgvector.yml b/deploy/docker/docker-compose-pgvector.yml index 7785e0d01..80c33e4a6 100644 --- a/deploy/docker/docker-compose-pgvector.yml +++ b/deploy/docker/docker-compose-pgvector.yml @@ -112,8 +112,8 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.10.1-fix3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix3 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.11.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云 ports: - 3000:3000 networks: @@ -186,8 +186,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.3 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云 container_name: fastgpt-plugin restart: always networks: diff --git a/deploy/docker/docker-compose-zilliz.yml b/deploy/docker/docker-compose-zilliz.yml index af309594a..75237c07a 100644 --- a/deploy/docker/docker-compose-zilliz.yml +++ b/deploy/docker/docker-compose-zilliz.yml @@ -92,8 +92,8 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.10.1-fix3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix3 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.11.0 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云 ports: - 3000:3000 networks: @@ -168,8 +168,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.3 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.3 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云 container_name: fastgpt-plugin restart: always networks: diff --git a/deploy/docker/yml.js b/deploy/docker/yml.js index 20d79c7ba..17f5099d5 100644 --- a/deploy/docker/yml.js +++ b/deploy/docker/yml.js @@ -169,8 +169,8 @@ services: environment: - FASTGPT_ENDPOINT=http://fastgpt:3000 fastgpt-plugin: - image: ghcr.io/labring/fastgpt-plugin:v0.1.4 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.4 # 阿里云 + image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云 container_name: fastgpt-plugin restart: always networks: diff --git a/docSite/content/zh-cn/docs/development/upgrading/4110.md b/docSite/content/zh-cn/docs/development/upgrading/4110.md index e665ac6e4..7f953cc2e 100644 --- a/docSite/content/zh-cn/docs/development/upgrading/4110.md +++ b/docSite/content/zh-cn/docs/development/upgrading/4110.md @@ -22,7 +22,7 @@ EVAL_LINE_LIMIT=1000 # 评估文件最大行数 - 更新 FastGPT 镜像tag: v4.11.0 - 更新 FastGPT 商业版镜像tag: v4.11.0 -- 更新 fastgpt-plugin 镜像 tag: v0.1.4 +- 更新 fastgpt-plugin 镜像 tag: v0.1.5 - mcp_server 无需更新 - Sandbox 无需更新 - AIProxy 无需更新