aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-09-09 16:22:41 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-09-09 16:23:10 +0800
commit8248c6f70f79f73a3f5ea7f9a49278321b8b4139 (patch)
tree03d863716db7e5ee446714f05b036a7611c9a3e2 /docker
parente9e8267542196faee633746680cd5ac01a7d7d1b (diff)
Update project version1.0.7
Issue-ID: MODELING-427 Change-Id: Icbe63e48ef9ad9e71b3169e80929ac5e809a7bc1 Signed-off-by: dyh <dengyuanhong@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 dcb2265..0ad4b24 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.6"
+VERSION="1.0.7"
PROJECT="modeling"
IMAGE="etsicatalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"