summaryrefslogtreecommitdiffstats
path: root/lcm/docker
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-11-08 11:51:23 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-11-08 14:27:29 +0800
commit902abebc3b8b2d2925aa816afe84316c7071dcda (patch)
tree9f3a84644e5065152b5344dc7a5494fede6013dd /lcm/docker
parent4ecce01cc5a7063ccb4d22331e640cd6fbd3de21 (diff)
Bump vfc-gvnfm-vnflcm release version to 1.0.1v1.0.11.0.0-ONAP1.0.0-Amsterdam
Change-Id: I49e09977f6b3d1424afba6e08fc3ae5b32503d4d Issue-Id: VFC-586 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/docker')
-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 3b580275..45419736 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.0.0"
+VERSION="1.0.1"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"