summaryrefslogtreecommitdiffstats
path: root/res/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-21 15:11:39 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-05-21 07:24:14 +0000
commit1ca75c64eb7191d7a1b7c180ba865cca9c1a3dc1 (patch)
tree1434d701c8d1871fa3aca26725efc54c297849a8 /res/docker
parent4f5a82c284d107ce368abb8d1574cab1f07e2160 (diff)
fix version to 1.3.11.3.1
Change-Id: Id050b5150843d37f85f43c0b6ce826c965564973 Issue-ID: VFC-1388 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 1025362..a9b0f89 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.0"
+VERSION="1.3.1"
PROJECT="vfc"
IMAGE="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"