chore: release v2.4.7

This commit is contained in:
pycook 2024-06-27 21:30:02 +08:00
parent fa32758462
commit b405e28498
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ services:
- redis
cmdb-api:
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.6
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.7
container_name: cmdb-api
env_file:
- .env
@ -83,7 +83,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.4.6
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.7
container_name: cmdb-ui
depends_on:
cmdb-api: