summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-01-24 16:15:42 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-01-24 09:29:28 +0000
commit3a81613baa7d0e8ef4e5b8a7fe68deb76ce51b12 (patch)
tree68a51025c7cc2e4a9eb3bf42623c8c61556cc14f /gvnfmadapter/docker
parent4fe7fe12d19105f1b90a00e2b5d89d31fd94d87c (diff)
update vfc version to 1.3.0
Change-Id: If67db85afcf943f689d491847ab1354fe95d7faf Signed-off-by: yangyan <yangyanyj@chinamobile.com> Issue-ID: VFC-1252
Diffstat (limited to 'gvnfmadapter/docker')
-rwxr-xr-xgvnfmadapter/docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/docker/build_image.sh b/gvnfmadapter/docker/build_image.sh
index 7b52001..e4559ea 100755
--- a/gvnfmadapter/docker/build_image.sh
+++ b/gvnfmadapter/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="gvnfmdriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"