summaryrefslogtreecommitdiffstats
path: root/mgr/docker/build_image.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-09-03 14:48:09 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-09-03 06:50:26 +0000
commitf8c48cb1360095654d13bb957bdc3545b5583ba8 (patch)
tree1b86923bb245cd151ec35abb2d0fd7a96c0da0fd /mgr/docker/build_image.sh
parent56c082a4937630438eb7ae8f135850aa8b5f785c (diff)
Update project version of vnfmgt to 1.3.55.0.2-ONAPelalto
Change-Id: I0b9d59540c7d458d75cba9c46b71523187b1d330 Issue-ID: VFC-1507 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'mgr/docker/build_image.sh')
-rwxr-xr-xmgr/docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh
index 6a37ece..e3bb693 100755
--- a/mgr/docker/build_image.sh
+++ b/mgr/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.4"
+VERSION="1.3.5"
PROJECT="vfc"
IMAGE="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"