summaryrefslogtreecommitdiffstats
path: root/newton/docker/build_image.sh
diff options
context:
space:
mode:
authorXiaohua Zhang <xiaohua.zhang@windriver.com>2018-11-27 09:52:09 +0000
committerBin Yang <bin.yang@windriver.com>2018-11-27 13:11:41 +0000
commit249bb57d39d783349232b8e515ef6bd58b8d069e (patch)
treefa5a624565a2ee1f307789b5364d32e02a5258ce /newton/docker/build_image.sh
parentf6ae5c7beb1b26a36a85e040b2474d991bbea994 (diff)
bump version 1.2.3
Change-Id: Ic63d11ec0ac588dc954765dbc4c0d19be4277feb Issue-ID: MULTICLOUD-419 Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com> (cherry picked from commit c98b8d6876c886f030dbb8d31bebd10dd05d30ef)
Diffstat (limited to 'newton/docker/build_image.sh')
-rw-r--r--newton/docker/build_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/newton/docker/build_image.sh b/newton/docker/build_image.sh
index 6ca78110..442968f8 100644
--- a/newton/docker/build_image.sh
+++ b/newton/docker/build_image.sh
@@ -20,8 +20,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.2.2-SNAPSHOT"
-STAGING="1.2.2-STAGING"
+VERSION="1.2.3-SNAPSHOT"
+STAGING="1.2.3-STAGING"
PROJECT="multicloud"
IMAGE="openstack-newton"
DOCKER_REPOSITORY="nexus3.onap.org:10003"