aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-11-03 16:31:38 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-11-03 16:32:04 +0800
commit68598cf9b43aa385421996dbb6683466da768656 (patch)
tree904abbde4ec160ec0c4027311cfa76c655bb555b /docker
parent7d0a02dab5a05220eb1de6a0d9c1300f25062bc1 (diff)
Update release note and version1.0.9
Change-Id: Idc1fcd7e04c5a7cae183a9af64fe2a448707fcd8 Issue-ID: MODELING-447 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 f5628ba..94e73db 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.8"
+VERSION="1.0.9"
PROJECT="modeling"
IMAGE="etsicatalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"