aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-03-03 14:39:32 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-03-03 14:39:48 +0800
commit59880033ba347456fdd364ee234177f008f744bf (patch)
tree61a3d5c715fc1f0994e5517ed1a8d3b356836b4b /docker
parente778a3494eb72bfef885b845d3c1984a909003f0 (diff)
Update release note and version1.0.10
Change-Id: I152181c0d67dce61e88a93a9e2110bdf39abcedc Issue-ID: MODELING-505 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 94e73db..e08fc31 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.9"
+VERSION="1.0.10"
PROJECT="modeling"
IMAGE="etsicatalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"