diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-03-04 15:18:31 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-03-04 15:22:10 +0800 |
commit | 3e044c00b80e7041bb7d71b2daaba015f473ddf4 (patch) | |
tree | c4a1e39b3b0bc4fc72bc5a5d67d9eafc04db4dc5 /docker | |
parent | 3a9df1e72e715d9a5955b4d6e16ddc402a629d1c (diff) |
Update multivimproxy release version to 1.3.1
Change-Id: I83d076e819054496e339220a4ac97fd70a35a068
Issue-ID: VFC-1626
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
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 55c09db..6411e09 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.3.0" +VERSION="1.3.1" PROJECT="vfc" IMAGE="multivimproxy" DOCKER_REPOSITORY="nexus3.onap.org:10003" |