aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-21 16:38:42 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-21 16:38:49 +0800
commite7310fb508784f72f54fbad5762cec67b134241b (patch)
treeeab03cb91156889e6271f2576b5ae527ab78c887 /docker
parent0cd4e54ded5de005d5480d5b0d85535c1462b8eb (diff)
update code of genericparser
Change-Id: Ie8e9ee79ddf5f74d3b8ff4621698eb3651415b62 Issue-ID: VFC-1391 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
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 e4538d0..597cbe1 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.1"
+VERSION="1.0.2"
PROJECT="modeling"
IMAGE="genericparser"
DOCKER_REPOSITORY="nexus3.onap.org:10003"