aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-06-03 10:30:10 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-06-03 10:30:17 +0800
commit48c43482c882e48cf363b9f5d2c811bb7ef522d5 (patch)
treec44a8277764971a7538686b6736948de78a611ef /docker
parentaac59835976fe940f9c07ddaa792d5661bfbdc8f (diff)
update catalog version to 1.3.3dublin
Change-Id: I33b9580378bd3a37f43524d13147465c74abe704 Issue-ID: VFC-1410 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker')
-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 9e4a7fee..7ea61ab6 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.2"
+VERSION="1.3.3"
PROJECT="vfc"
IMAGE="catalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"