summaryrefslogtreecommitdiffstats
path: root/azure/docker/build_image.sh
diff options
context:
space:
mode:
authorBin Yang <Bin.Yang@windriver.com>2019-10-12 08:34:24 +0000
committerBin Yang <Bin.Yang@windriver.com>2019-10-12 08:34:24 +0000
commit6d9ccdecad90a77b9e0f9e37ea9a2c61321b9891 (patch)
tree7b08b26264da0e9192ce252f5f532d704060effd /azure/docker/build_image.sh
parent822c26fbea5fddd8fc2444d85eb39f5fd6cb856e (diff)
Bump up multicloud azure version to 1.2.55.0.2-ONAPelalto
Issue-ID: MULTICLOUD-859 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I5c4ac31d6dca7dbb426e54ebd00a5699b48cf6bf
Diffstat (limited to 'azure/docker/build_image.sh')
-rwxr-xr-xazure/docker/build_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/docker/build_image.sh b/azure/docker/build_image.sh
index 94f34ce..cd1065b 100755
--- a/azure/docker/build_image.sh
+++ b/azure/docker/build_image.sh
@@ -20,8 +20,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.2.4-SNAPSHOT"
-STAGING="1.2.4-STAGING"
+VERSION="1.2.5-SNAPSHOT"
+STAGING="1.2.5-STAGING"
PROJECT="multicloud"
IMAGE="azure"
DOCKER_REPOSITORY="nexus3.onap.org:10003"