diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-24 10:14:32 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-24 10:21:35 +0800 |
commit | 7c8e11ef929fa920f4939795f4d951695724e50c (patch) | |
tree | fdb32a6637a4e0ac86a298b509c8d2bc95cb2859 /lcm/docker/build_image.sh | |
parent | 3e5e393882d6c7b2cf1252d6b2ae4944efb7fe85 (diff) |
update version to 1.3.2
Change-Id: I84d4d5f5c0549196f2b27ddde67b9f2ddf02785d
Issue-ID: VFC-1394
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm/docker/build_image.sh')
-rwxr-xr-x | lcm/docker/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh index 998e8973..fd15c98e 100755 --- a/lcm/docker/build_image.sh +++ b/lcm/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="vnflcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" |