summaryrefslogtreecommitdiffstats
path: root/lcm/docker/build_image.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-26 17:18:35 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-26 17:20:35 +0800
commit7662a4bdfeb2002b9e28b0f549e6f9c353f7b00a (patch)
treef2608de10445e35953c0de6f1a5926b91b85a89e /lcm/docker/build_image.sh
parent4e6242781065f62c47882019a57789092650063b (diff)
Update vnflcm release version to 1.3.81.3.8
Change-Id: I5b3439c0fd77c6ae3ef4409f8530808e80b140c3 Issue-ID: VFC-1626 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm/docker/build_image.sh')
-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 5b21b4c2..1f7fcd59 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.3.7"
+VERSION="1.3.8"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"