diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-06-03 10:37:56 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-06-03 10:38:01 +0800 |
commit | 9154d618d9b419e23edaf8cc7066ce6a0746ed23 (patch) | |
tree | f746bd07798e292ebc591ba2a14915624afa5e50 /res/docker | |
parent | 85d25fc342e1461a3cc6dd96e6d7ee4b6dfcde4b (diff) |
update project version to 1.3.3dublin
Change-Id: I492ea63000f873a49d63b5bb55c1fb2af94da069
Issue-ID: VFC-1410
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 153723c..d5ce263 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.2" +VERSION="1.3.3" PROJECT="vfc" IMAGE="vnfres" DOCKER_REPOSITORY="nexus3.onap.org:10003" |