summaryrefslogtreecommitdiffstats
path: root/lcm/docker
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-11-27 09:22:38 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-11-27 09:22:38 +0800
commit16b6b58439b3815b086c1132f73af7e4e4cd06cf (patch)
tree36cdfd77e025e2f15e653fb547167656157d4f20 /lcm/docker
parentec1fd594dc2f08b7107e7965b39da3b589b4e0fa (diff)
Update vfc version to 1.2.21.2.2
Change-Id: Ie473660b63094527b6219899acb381f8ec76bd8f Issue-ID: VFC-1194 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
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 d05c3d88..c05d020e 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.1"
+VERSION="1.2.2"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"