summaryrefslogtreecommitdiffstats
path: root/lenovo/docker/build_image.sh
diff options
context:
space:
mode:
authorLiexiang Yue <yueliexiang@chinamobile.com>2019-05-22 12:12:25 +0800
committerLiexiang Yue <yueliexiang@chinamobile.com>2019-05-22 12:12:25 +0800
commitcc399bdde795b839add743b7ad6e5f97d4b895b6 (patch)
tree733fed386e0416b268ac8a6d0fa83787bb51694f /lenovo/docker/build_image.sh
parent629f34264bb5301fb9cc1541fb0e3132faa706af (diff)
Update mc-openstack versin to 1.3.4
Issue-ID: MULTICLOUD-641 Change-Id: I8a331cae52d9f58b3b3ef43ec0091aef32401eb4 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
Diffstat (limited to 'lenovo/docker/build_image.sh')
-rwxr-xr-xlenovo/docker/build_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lenovo/docker/build_image.sh b/lenovo/docker/build_image.sh
index e3520884..b675d5ca 100755
--- a/lenovo/docker/build_image.sh
+++ b/lenovo/docker/build_image.sh
@@ -20,8 +20,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.3-SNAPSHOT"
-STAGING="1.3.3-STAGING"
+VERSION="1.3.4-SNAPSHOT"
+STAGING="1.3.4-STAGING"
PROJECT="multicloud"
IMAGE="openstack-lenovo"
DOCKER_REPOSITORY="nexus3.onap.org:10003"