aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-01-24 15:39:01 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-01-24 15:39:19 +0800
commit13f562633096e34d8c697e61fce7a0b7536810c1 (patch)
treead4b10979b0f4e0fa4f9a15207968c23894acb76 /docker
parent1bb8d62e6819b2cbf6a72b9bcffa6a28fe663fb9 (diff)
update vfc version to 1.3.0
Change-Id: I1174ef3cc9c60c698fc8919ea797de23f46880ee Signed-off-by: yangyan <yangyanyj@chinamobile.com> Issue-ID: VFC-1252
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index 95278d11..7891b16b 100755
--- a/docker/build_image.sh
+++ b/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="catalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"