aboutsummaryrefslogtreecommitdiffstats
path: root/build4docker.sh
diff options
context:
space:
mode:
authorHuabingZhao <zhaohuabing@gmail.com>2018-07-24 16:39:12 +0800
committerHuabingZhao <zhaohuabing@gmail.com>2018-07-24 17:40:21 +0800
commit78c426e548f473ff58268c82c26a0bf4906e13be (patch)
tree8a79efaee2f9ab31306ebbea4ec72ccabf09bdca /build4docker.sh
parentd4abfa7ac6ec1a3495dfd655379acf8e9262885c (diff)
Bump MSB artifacts version to 1.2.0
Issue-ID: MSB-218 Change-Id: I8f4b3f82e734ea18fcb36c7204955a5aa2005b61 Signed-off-by: HuabingZhao <zhaohuabing@gmail.com>
Diffstat (limited to 'build4docker.sh')
-rw-r--r--build4docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build4docker.sh b/build4docker.sh
index f649181..44f6aca 100644
--- a/build4docker.sh
+++ b/build4docker.sh
@@ -36,7 +36,7 @@ mkdir $RELEASE_DIR -p
DOCKER_RUN_NAME=msb_apigateway
DOCKER_IMAGE_NAME=msb_apigateway
DOCKER_LATEST_VERSION=latest
-DOCKER_RELEASE_VERSION=1.1.0
+DOCKER_RELEASE_VERSION=1.2.0
DOCKER_REPOSITORY=nexus3.onap.org:10003
TIMESTAMP=$(date +"%Y%m%dT%H%M%S")