diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-24 09:41:25 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-24 09:41:31 +0800 |
commit | 4e48c38380c5e101b9b73b6b044666e1dcb2d4a8 (patch) | |
tree | e6e723e4be178ca0ceb8b13ce02283e9639f2539 /res/docker | |
parent | 1ca75c64eb7191d7a1b7c180ba865cca9c1a3dc1 (diff) |
update version to 1.3.2
Change-Id: Ia8de8b8191b89fde0ea222a3c4b219f852c9629e
Issue-ID: VFC-1394
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'res/docker')
-rwxr-xr-x | res/docker/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh index a9b0f89..153723c 100755 --- a/res/docker/build_image.sh +++ b/res/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="vnfres" DOCKER_REPOSITORY="nexus3.onap.org:10003" |