summaryrefslogtreecommitdiffstats
path: root/mgr/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-06-03 10:34:04 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-06-03 10:34:19 +0800
commit069893ac5956013f70ac7b0ee1c219c5f2f1fbdc (patch)
tree868be1147115dcdecd7917d0094861ac36fe28d1 /mgr/docker
parent49a9c0383d60d291301bbba459b3dc83a47d6ee4 (diff)
update project version to 1.3.3
Change-Id: I3686b6e1ba088c5dc744dfe9db114f5133da9b38 Issue-ID: VFC-1410 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'mgr/docker')
-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 840ea87..525f1c8 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.2"
+VERSION="1.3.3"
PROJECT="vfc"
IMAGE="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"