Skip to content

Commit b50c437

Browse files
authored
Update doc (#5223)
* doc * update version type
1 parent 4816d23 commit b50c437

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

deploy/docker/docker-compose-milvus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ services:
151151

152152
fastgpt:
153153
container_name: fastgpt
154-
image: ghcr.io/labring/fastgpt:v4.10.1 # git
155-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
154+
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
155+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
156156
ports:
157157
- 3000:3000
158158
networks:

deploy/docker/docker-compose-oceanbase/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ services:
126126

127127
fastgpt:
128128
container_name: fastgpt
129-
image: ghcr.io/labring/fastgpt:v4.10.1 # git
130-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
129+
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
130+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
131131
ports:
132132
- 3000:3000
133133
networks:

deploy/docker/docker-compose-pgvector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ services:
112112

113113
fastgpt:
114114
container_name: fastgpt
115-
image: ghcr.io/labring/fastgpt:v4.10.1 # git
116-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
115+
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
116+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
117117
ports:
118118
- 3000:3000
119119
networks:

deploy/docker/docker-compose-zilliz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ services:
9292

9393
fastgpt:
9494
container_name: fastgpt
95-
image: ghcr.io/labring/fastgpt:v4.10.1 # git
96-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
95+
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
96+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
9797
ports:
9898
- 3000:3000
9999
networks:

deploy/docker/yml.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ services:
9595
9696
fastgpt:
9797
container_name: fastgpt
98-
image: ghcr.io/labring/fastgpt:v4.10.1 # git
99-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1 # 阿里云
98+
image: ghcr.io/labring/fastgpt:v4.10.1-fix # git
99+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.1-fix # 阿里云
100100
ports:
101101
- 3000:3000
102102
networks:

docSite/content/zh-cn/docs/development/upgrading/4101.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ weight: 784
1111

1212
### 1. 更新镜像:
1313

14-
- 更新 FastGPT 镜像
15-
- 更新 FastGPT 商业版镜像
16-
- 更新 fastgpt-plugin 镜像
14+
- 更新 FastGPT 镜像tag: v4.10.1-fix
15+
- 更新 FastGPT 商业版镜像tag: v4.10.1
16+
- 更新 fastgpt-plugin 镜像 tag: v0.1.3
1717
- mcp_server 无需更新
1818
- Sandbox 无需更新
1919
- AIProxy 无需更新

packages/service/core/workflow/dispatch/plugin/runTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const dispatchRunTool = async (props: RunToolProps): Promise<RunToolRespo
9696
},
9797
tool: {
9898
id: formatToolId,
99-
version
99+
version: version || tool.versionList?.[0]?.value || ''
100100
},
101101
time: variables.cTime
102102
},

0 commit comments

Comments
 (0)