summaryrefslogtreecommitdiffstats
path: root/res/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-10-16 16:47:21 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-10-16 08:48:17 +0000
commit2f42a0691906a05b676a2724eb86c1adba652882 (patch)
tree9eae6c06abde54fdd5424122f095386842267dce /res/docker
parent495af5d88d10175afa203eb40dd6425884dd48e5 (diff)
Update vnfres release version to 1.3.6
Change-Id: I07ea41fccfdec14e57a7877fbe75bb9dd69e79de Issue-ID: VFC-1554 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'res/docker')
-rwxr-xr-xres/docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh
index 73b6725..a8c31f5 100755
--- a/res/docker/build_image.sh
+++ b/res/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.5"
+VERSION="1.3.6"
PROJECT="vfc"
IMAGE="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"