diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-09-03 10:39:39 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-09-03 10:39:45 +0800 |
commit | 60520f27a797e099ec189a1ba2c746e94cdd62d7 (patch) | |
tree | 59ac769ff5058ad92e027b29d16696b525444016 /docker | |
parent | d33d60d1e3475f8b627ba82b2d019c6b5689da07 (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')
-rwxr-xr-x | docker/build_image.sh | 2 |
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" |