diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-30 14:29:58 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-04-30 14:30:05 +0800 |
commit | 3f6567500c3734491e74a4603f921dbb11770069 (patch) | |
tree | 05e9d1a4c7366183050c41d11b317555819ccd91 /zte/sfc-driver | |
parent | e5d8b152e75ec769fd4d7724de7309744a4a62dd (diff) |
Issue-ID: VFC-1371
Change-Id: I9283d82002410ad6b6f7b91f433f41232216eb39
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'zte/sfc-driver')
-rwxr-xr-x | zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh index b6655d5..6c374b0 100755 --- a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh +++ b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.0" +VERSION="1.3.0" PROJECT="vfc" IMAGE="ztesdncdriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" |