diff --git a/deploy/docker/docker-compose-milvus.yml b/deploy/docker/docker-compose-milvus.yml index b3c1031f6..8bb217c57 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.12.2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.12.2-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/deploy/docker/docker-compose-oceanbase/docker-compose.yml b/deploy/docker/docker-compose-oceanbase/docker-compose.yml index 674532288..5346c54ae 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.12.2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.12.2-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/deploy/docker/docker-compose-pgvector.yml b/deploy/docker/docker-compose-pgvector.yml index 71ded010c..24ec85073 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.12.2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.12.2-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/deploy/docker/docker-compose-zilliz.yml b/deploy/docker/docker-compose-zilliz.yml index c583872bd..eb51ec399 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.12.2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.12.2-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/deploy/docker/yml.js b/deploy/docker/yml.js index df378aff0..62138e70b 100644 --- a/deploy/docker/yml.js +++ b/deploy/docker/yml.js @@ -95,8 +95,8 @@ services: fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.12.2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.12.2-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/document/content/docs/upgrading/4-12/4122.mdx b/document/content/docs/upgrading/4-12/4122.mdx index 97a2c1e06..1e8c10e10 100644 --- a/document/content/docs/upgrading/4-12/4122.mdx +++ b/document/content/docs/upgrading/4-12/4122.mdx @@ -8,7 +8,7 @@ description: 'FastGPT V4.12.2 更新说明' ### 1. 更新镜像: - 更新 FastGPT 镜像tag: v4.12.2-fix -- 更新 FastGPT 商业版镜像tag: v4.12.2 +- 更新 FastGPT 商业版镜像tag: v4.12.2-fix - 更新 fastgpt-plugin 镜像 tag: v0.1.11 - mcp_server 无需更新 - Sandbox 无需更新 diff --git a/document/data/doc-last-modified.json b/document/data/doc-last-modified.json index 29cc02f82..02d7a9446 100644 --- a/document/data/doc-last-modified.json +++ b/document/data/doc-last-modified.json @@ -104,7 +104,7 @@ "document/content/docs/upgrading/4-11/4111.mdx": "2025-08-07T22:49:09+08:00", "document/content/docs/upgrading/4-12/4120.mdx": "2025-08-12T22:45:19+08:00", "document/content/docs/upgrading/4-12/4121.mdx": "2025-08-15T22:53:06+08:00", - "document/content/docs/upgrading/4-12/4122.mdx": "2025-08-26T23:08:11+08:00", + "document/content/docs/upgrading/4-12/4122.mdx": "2025-08-26T23:51:54+08:00", "document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",