Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
feat(version): 新增v1.3.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
maguohao2017 committed Jun 30, 2021
1 parent fb28b1e commit db55dd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.cn-qingdao.aliyuncs.com/x-lab/custodian:v1.2.1
FROM registry.cn-qingdao.aliyuncs.com/x-lab/custodian:v1.3

ARG RS_VERSION=dev

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
echo "构建镜像 ..."
mvn clean package -X -U -Dmaven.test.skip=true

docker build -t registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.2.1 .
docker push registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.2.1
docker build -t registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.3.0 .
docker push registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.3.0
docker images|grep riskscanner|awk '{print "docker rmi -f "$3}'|sh
2 changes: 1 addition & 1 deletion frontend/src/business/components/common/head/AboutUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
dialogVisible: false,
githubUrl: 'https://github.com/riskscanner/riskscanner',
websiteUrl: 'https://docs.riskscanner.io',
version: 'v1.2.1',
version: 'v1.3.0',
}
},
created() {
Expand Down

0 comments on commit db55dd5

Please sign in to comment.