summaryrefslogtreecommitdiffstats
path: root/res/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-01-24 17:51:03 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-01-24 17:51:09 +0800
commita9279dd8b1bd9eedfdeb55323d52ab29def9103c (patch)
tree7da64321e558235c0a3637505f051385237fc280 /res/docker
parent87d77aa07f5d10c0a0c218999a9c9f45c2272a10 (diff)
update vfc version to 1.3.0
Change-Id: I5a1654155fe1cf2062e51eca2ed08b8863da2729 Signed-off-by: yangyan <yangyanyj@chinamobile.com> Issue-ID: VFC-1252
Diffstat (limited to 'res/docker')
-rwxr-xr-xres/docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh
index c1c0783..f8212ff 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.2.2"
+VERSION="1.3.0"
PROJECT="vfc"
IMAGE="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"