Skip to content

Commit 096afef

Browse files
authored
update image (#3364)
1 parent f832d32 commit 096afef

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

files/docker/docker-compose-milvus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ services:
114114
# fastgpt
115115
sandbox:
116116
container_name: sandbox
117-
image: ghcr.io/labring/fastgpt-sandbox:v4.8.14 # git
118-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.14 # 阿里云
117+
image: ghcr.io/labring/fastgpt-sandbox:v4.8.15 # git
118+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.15 # 阿里云
119119
networks:
120120
- fastgpt
121121
restart: always
122122
fastgpt:
123123
container_name: fastgpt
124-
image: ghcr.io/labring/fastgpt:v4.8.14-milvus-fix # git
125-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14-milvus-fix # 阿里云
124+
image: ghcr.io/labring/fastgpt:v4.8.15 # git
125+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.15 # 阿里云
126126
ports:
127127
- 3000:3000
128128
networks:

files/docker/docker-compose-pgvector.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ services:
7272
# fastgpt
7373
sandbox:
7474
container_name: sandbox
75-
image: ghcr.io/labring/fastgpt-sandbox:v4.8.13 # git
76-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.13 # 阿里云
75+
image: ghcr.io/labring/fastgpt-sandbox:v4.8.15 # git
76+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.15 # 阿里云
7777
networks:
7878
- fastgpt
7979
restart: always
8080
fastgpt:
8181
container_name: fastgpt
82-
image: ghcr.io/labring/fastgpt:v4.8.14 # git
83-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14 # 阿里云
82+
image: ghcr.io/labring/fastgpt:v4.8.15 # git
83+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.15 # 阿里云
8484
ports:
8585
- 3000:3000
8686
networks:

files/docker/docker-compose-zilliz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ services:
5353
wait $$!
5454
sandbox:
5555
container_name: sandbox
56-
image: ghcr.io/labring/fastgpt-sandbox:v4.8.14 # git
57-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.14 # 阿里云
56+
image: ghcr.io/labring/fastgpt-sandbox:v4.8.15 # git
57+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.15 # 阿里云
5858
networks:
5959
- fastgpt
6060
restart: always
6161
fastgpt:
6262
container_name: fastgpt
63-
image: ghcr.io/labring/fastgpt:v4.8.14-milvus-fix # git
64-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14-milvus-fix # 阿里云
63+
image: ghcr.io/labring/fastgpt:v4.8.15 # git
64+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.15 # 阿里云
6565
ports:
6666
- 3000:3000
6767
networks:

0 commit comments

Comments
 (0)