diff options
Diffstat (limited to 'build4docker.sh')
-rw-r--r-- | build4docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build4docker.sh b/build4docker.sh index cc90355..2e1e96f 100644 --- a/build4docker.sh +++ b/build4docker.sh @@ -28,7 +28,7 @@ RELEASE_DIR=${RELEASE_BASE_DIR}/msb-discovery DOCKER_RUN_NAME=msb_discovery DOCKER_IMAGE_NAME=msb_discovery DOCKER_LATEST_VERSION=latest -DOCKER_RELEASE_VERSION=1.2.3 +DOCKER_RELEASE_VERSION=1.2.5 DOCKER_REPOSITORY=nexus3.onap.org:10003 TIMESTAMP=$(date +"%Y%m%dT%H%M%SZ") |