diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-08-27 11:20:53 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-08-27 11:22:03 +0800 |
commit | 3e258d0c2d83572f14f3eb3120e6ab3d857477a4 (patch) | |
tree | ea7c9c784e2559e15ed46320132fb9da6640b2f9 /docker | |
parent | d58f1c71fb1571671a0a7c83ee0d09b068440d32 (diff) |
update version of catalog
Change-Id: I653ca294d557969f87e77922888114c5a52964ad
Issue-ID: VFC-1079
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 b42369f1..57fa076f 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.1.0" +VERSION="1.2.0" PROJECT="vfc" IMAGE="catalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" |