chore: release v2.5.4

This commit is contained in:
pycook
2025-08-15 21:54:46 +08:00
parent 45bb3867da
commit a4e686f9ae

View File

@@ -41,7 +41,7 @@ services:
- redis
cmdb-api:
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.3
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.5.4
container_name: cmdb-api
env_file:
- .env
@@ -85,7 +85,7 @@ services:
test: "ps aux|grep -v grep|grep -v '1 root'|grep gunicorn || exit 1"
cmdb-ui:
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.3
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.5.4
container_name: cmdb-ui
depends_on:
cmdb-api: