aboutsummaryrefslogtreecommitdiffstats
path: root/docker/build_image.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-09-03 10:39:39 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-09-03 10:39:45 +0800
commit60520f27a797e099ec189a1ba2c746e94cdd62d7 (patch)
tree59ac769ff5058ad92e027b29d16696b525444016 /docker/build_image.sh
parentd33d60d1e3475f8b627ba82b2d019c6b5689da07 (diff)
Update project version of catalog to 1.3.5
Change-Id: I9eff45392ab7b84e07e8e82bf03794f305050e23 Issue-ID: VFC-1507 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker/build_image.sh')
-rwxr-xr-xdocker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index 18ea3d8f..0764202c 100755
--- a/docker/build_image.sh
+++ b/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.4"
+VERSION="1.3.5"
PROJECT="vfc"
IMAGE="catalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"