File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
docSite/content/zh-cn/docs/development/upgrading
packages/service/core/workflow/dispatch/plugin Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,8 @@ services:
151
151
152
152
fastgpt :
153
153
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 # 阿里云
156
156
ports :
157
157
- 3000:3000
158
158
networks :
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ services:
126
126
127
127
fastgpt :
128
128
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 # 阿里云
131
131
ports :
132
132
- 3000:3000
133
133
networks :
Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ services:
112
112
113
113
fastgpt :
114
114
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 # 阿里云
117
117
ports :
118
118
- 3000:3000
119
119
networks :
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ services:
92
92
93
93
fastgpt :
94
94
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 # 阿里云
97
97
ports :
98
98
- 3000:3000
99
99
networks :
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ services:
95
95
96
96
fastgpt:
97
97
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 # 阿里云
100
100
ports:
101
101
- 3000:3000
102
102
networks:
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ weight: 784
11
11
12
12
### 1. 更新镜像:
13
13
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
17
17
- mcp_server 无需更新
18
18
- Sandbox 无需更新
19
19
- AIProxy 无需更新
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export const dispatchRunTool = async (props: RunToolProps): Promise<RunToolRespo
96
96
} ,
97
97
tool : {
98
98
id : formatToolId ,
99
- version
99
+ version : version || tool . versionList ?. [ 0 ] ?. value || ''
100
100
} ,
101
101
time : variables . cTime
102
102
} ,
You can’t perform that action at this time.
0 commit comments