summaryrefslogtreecommitdiffstats
path: root/lcm/docker/build_image.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-04-14 15:20:09 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-04-14 15:20:35 +0800
commitf50371ad52e93e80e33f4d2c65aa388747b4532a (patch)
tree5643514f5b13c4ce85d20d2b5d18c60c8ded0fdd /lcm/docker/build_image.sh
parent36c851848b7e590665ca2883ae5524f032599ca5 (diff)
Update vfc-vnflcm release version to 1.3.91.3.9
Change-Id: I97114bebef3e24713431350d28baef38a80f28d4 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 1f7fcd59..baea1a1c 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.8"
+VERSION="1.3.9"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"