aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2022-04-12 17:19:17 +0800
committerdengyh <dengyuanhong@chinamobile.com>2022-04-12 17:19:43 +0800
commit0d3ba8f5f2dac92e7c46091e391e0b6c90e016c4 (patch)
tree4ca816e5f8c414dec9029c48f462619188c56eff /docker
parent715bbc203cf486bc268aa6c4181beba3e1acb975 (diff)
Update release note and version1.0.14
Change-Id: Iecb75755e1fedd64fb66aad67eb1988dbe4844c8 Issue-ID: MODELING-614 Signed-off-by: dengyh <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 34c367e..ca83b6b 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.13"
+VERSION="1.0.14"
PROJECT="modeling"
IMAGE="etsicatalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"