chore: release v2.4.12

This commit is contained in:
pycook 2024-09-03 14:18:53 +08:00
parent 13ed4671b0
commit ade4fc72e3
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ services:
- redis
cmdb-api:
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.11
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-api:2.4.12
container_name: cmdb-api
env_file:
- .env
@ -71,7 +71,7 @@ services:
flask cmdb-init-acl
flask init-import-user-from-acl
flask init-department
flask cmdb-patch -v 2.4.11
flask cmdb-patch -v 2.4.12
flask cmdb-counter > counter.log 2>&1
networks:
new:
@ -84,7 +84,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.11
image: registry.cn-hangzhou.aliyuncs.com/veops/cmdb-ui:2.4.12
container_name: cmdb-ui
depends_on:
cmdb-api: