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

Commit db55dd5

Browse files
committed
feat(version): 新增v1.3.0版本
1 parent fb28b1e commit db55dd5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.cn-qingdao.aliyuncs.com/x-lab/custodian:v1.2.1
1+
FROM registry.cn-qingdao.aliyuncs.com/x-lab/custodian:v1.3
22

33
ARG RS_VERSION=dev
44

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
echo "构建镜像 ..."
33
mvn clean package -X -U -Dmaven.test.skip=true
44

5-
docker build -t registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.2.1 .
6-
docker push registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.2.1
5+
docker build -t registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.3.0 .
6+
docker push registry.cn-qingdao.aliyuncs.com/x-lab/riskscanner:v1.3.0
77
docker images|grep riskscanner|awk '{print "docker rmi -f "$3}'|sh

frontend/src/business/components/common/head/AboutUs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
dialogVisible: false,
4848
githubUrl: 'https://github.com/riskscanner/riskscanner',
4949
websiteUrl: 'https://docs.riskscanner.io',
50-
version: 'v1.2.1',
50+
version: 'v1.3.0',
5151
}
5252
},
5353
created() {

0 commit comments

Comments
 (0)