summaryrefslogtreecommitdiffstats
path: root/lcm/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-01-24 17:49:01 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-01-24 17:49:08 +0800
commit81b7794eadea9570fe0d0a3ee9a82e0bd4686b6e (patch)
tree143cc0fd00e1013ff021a88ab72ee4b5d194408c /lcm/docker
parent25a509434572aa364775721b5e8202ce4a765193 (diff)
update vfc version to 1.3.0
Change-Id: Iaae4693f5fecd242b320a563e8faee4129b0262f Signed-off-by: yangyan <yangyanyj@chinamobile.com> Issue-ID: VFC-1252
Diffstat (limited to 'lcm/docker')
-rwxr-xr-xlcm/docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh
index c05d020e..2abde53d 100755
--- a/lcm/docker/build_image.sh
+++ b/lcm/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="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"