summaryrefslogtreecommitdiffstats
path: root/docker/build_image.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-04 15:18:31 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-04 15:22:10 +0800
commit3e044c00b80e7041bb7d71b2daaba015f473ddf4 (patch)
treec4a1e39b3b0bc4fc72bc5a5d67d9eafc04db4dc5 /docker/build_image.sh
parent3a9df1e72e715d9a5955b4d6e16ddc402a629d1c (diff)
Update multivimproxy release version to 1.3.1
Change-Id: I83d076e819054496e339220a4ac97fd70a35a068 Issue-ID: VFC-1626 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker/build_image.sh')
-rw-r--r--docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index 55c09db..6411e09 100644
--- 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="multivimproxy"
DOCKER_REPOSITORY="nexus3.onap.org:10003"