aboutsummaryrefslogtreecommitdiffstats
path: root/build4docker.sh
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2019-05-09 02:15:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-09 02:15:53 +0000
commit7ee2dcca7bf6ed1aa30a7dfb9ab04f540730644d (patch)
treeb140dc78ee89786443505c4de6ed1d67108aa93d /build4docker.sh
parentad380db9da867dc872310df6b1fe47230c22d12c (diff)
parent0087d0334b0c8decc4bec40e69fcb2af04345800 (diff)
Merge "bump version to 1.2.5"
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 f0c3f49..4329646 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.2.4
+DOCKER_RELEASE_VERSION=1.2.5
DOCKER_REPOSITORY=nexus3.onap.org:10003
TIMESTAMP=$(date +"%Y%m%dT%H%M%SZ")