aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-06 09:52:21 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-06 09:52:31 +0800
commitc50797755650a94770672727357fd2ede463babb (patch)
tree79c9d0be4bbf4f8cbaeccc1e579912698f971de6 /docker
parent4f6fbdd0a35f89e8f1f7b5a096b30149a9f93f8a (diff)
update modeing version
Issue-ID: MODELING-164 Change-Id: I42167d3974ad18a1a1e897bd6c5980d52b4f6241 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 17ef9a7..88ceb6b 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.0"
PROJECT="modeling"
IMAGE="genericparser"
DOCKER_REPOSITORY="nexus3.onap.org:10003"