fix docker build error
[modeling/etsicatalog.git] / docker / build_image.sh
index 66ed5ff..88ceb6b 100755 (executable)
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.0"
-PROJECT=" modeling"
+VERSION="1.0.0"
+PROJECT="modeling"
 IMAGE="genericparser"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/${IMAGE}"