update version (#6691)

This commit is contained in:
Archer
2026-04-01 10:17:15 +08:00
committed by GitHub
parent e77145f9e6
commit 33a796397f
23 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -273,7 +273,7 @@ services:
retries: 5
# 卷管理微服务:负责幂等创建/删除 Docker named volume 或 k8s PVC
volume-manager:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-volume-manager:v0.0.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-volume-manager:v0.1
container_name: volume-manager
restart: always
ports:
@@ -301,7 +301,7 @@ services:
retries: 5
# Pre-pull only: not started by `docker compose up` (uses profile `prepull`).
agent-sandbox-image:
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox:v0.0.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-agent-sandbox:v0.1
profiles:
- prepull