diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 18:09:30 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 18:10:20 +0800 |
commit | 3c753cc674f9f3d390fe10ca9e967858cbebebb2 (patch) | |
tree | d7bd2a322ab7ccb4229b6d4393d23ab6f6b2eeae /docker | |
parent | d5b56b2351549f9281298f014669eb7ddf7b334f (diff) |
update vfc version to 1.3.0
Change-Id: I890f049ae9a9bde81f8e29103e48076a41096c55
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Issue-ID: VFC-1230
Diffstat (limited to 'docker')
-rw-r--r-- | docker/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh index ab8771b..55c09db 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.2.2" +VERSION="1.3.0" PROJECT="vfc" IMAGE="multivimproxy" DOCKER_REPOSITORY="nexus3.onap.org:10003" |