diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-21 15:19:55 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-05-21 07:20:57 +0000 |
commit | 3fe6e989cd84a7ff74e27579e77c482015418652 (patch) | |
tree | 7718c0b415dbece75a611745306e001f18d7c849 /mgr/docker/build_image.sh | |
parent | 48b32d5095057df6d77a846fc24dc37a781f54a6 (diff) |
fix version to 1.3.11.3.1
Change-Id: I8c1afa53c76910512599a63dfb5f5ba1bec36de2
Issue-ID: VFC-1388
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 1bbc2d0..5ecaaab 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.0" +VERSION="1.3.1" PROJECT="vfc" IMAGE="vnfmgr" DOCKER_REPOSITORY="nexus3.onap.org:10003" |