aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2019-09-19 11:08:12 +0800
committerdyh <dengyuanhong@chinamobile.com>2019-09-19 11:10:01 +0800
commit069be5b9997414d5ea56b6d4e1ade449f3379b3a (patch)
tree1385ec9e902706713c86d54f6e784e7594f9a6ca
parentdcaa127b0c6715c49acbaa478afa6f722e436f46 (diff)
update version to 1.0.4
Change-Id: I441ed74f6b1513f421a0eca926fa822dd11d6f46 Issue-ID: MODELING-235 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-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 98550cd..af98d50 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.3"
+VERSION="1.0.4"
PROJECT="modeling"
IMAGE="etsicatalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"