summaryrefslogtreecommitdiffstats
path: root/lcm/docker/build_image.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2018-08-24 16:30:43 +0800
committeryangyan <yangyanyj@chinamobile.com>2018-08-24 16:31:17 +0800
commit610d88959fde44f8efefe10007c67150bc69f1db (patch)
tree7991696664d3c5cfd145f69b776603e9ec7a1687 /lcm/docker/build_image.sh
parentc33814b49eaad9d9d7468149b5eb1b5c0b3ccccc (diff)
change version of vnflcm
Issue-ID: VFC-1072 Change-Id: Ib46500921307dd324dd147b69fe3077a9b344578 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm/docker/build_image.sh')
-rwxr-xr-xlcm/docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh
index 39d748e6..975f72ff 100755
--- a/lcm/docker/build_image.sh
+++ b/lcm/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.1.0"
+VERSION="1.2.0"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"