aboutsummaryrefslogtreecommitdiffstats
path: root/docker/build_image.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-20 14:56:32 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-20 14:56:37 +0800
commit5545bfc0cc02590d1fc64984a7a11014923e1e4e (patch)
treec078999cade56b780cb74ff890be6435a6d00627 /docker/build_image.sh
parentcf6efa83ad8c531ad5159ad024b4dcfbae53a2c3 (diff)
fix version to 1.3.11.3.1
Change-Id: I71d594a1c95b38dbef40adcd601e999c59c8558d Issue-ID: VFC-1388 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker/build_image.sh')
-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 1cb06833..79d6f896 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.3.0"
+VERSION="1.3.1"
PROJECT="vfc"
IMAGE="catalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"