diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-24 09:51:42 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-05-24 01:55:07 +0000 |
commit | 75077eb7e3087e13fe45a8cbe046111f71f09ecc (patch) | |
tree | 47e3fcc685b2da5517b0282935f94a880edadcb2 /mgr/docker/build_image.sh | |
parent | 3fe6e989cd84a7ff74e27579e77c482015418652 (diff) |
update version to 1.3.2
Change-Id: Ib265de5770426f441f9953ba9a560df62d59b388
Issue-ID: VFC-1394
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'mgr/docker/build_image.sh')
-rwxr-xr-x | mgr/docker/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh index 5ecaaab..840ea87 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.1" +VERSION="1.3.2" PROJECT="vfc" IMAGE="vnfmgr" DOCKER_REPOSITORY="nexus3.onap.org:10003" |