summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-12-19 16:52:30 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-12-19 16:52:30 +0800
commitcf7ecd570f0fd6b7f134cfaf0c2b17b2a0985ca3 (patch)
treeeff3972e888c142039263ebe86c3000aa2c711c3 /docker
parent50eb6a6058dc86e479e364c3bd7dd76652d4b659 (diff)
Update VFC version number
Change-Id: Ic793eeb5e7c22ed8f27f0a61d82ced816acb72f1 Issue-ID: VFC-624 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index bb87cee9..b42369f1 100755
--- a/docker/build_image.sh
+++ b/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.0.2"
+VERSION="1.1.0"
PROJECT="vfc"
IMAGE="catalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"