summaryrefslogtreecommitdiffstats
path: root/artifactbroker/docker/build_image.sh
diff options
context:
space:
mode:
authorliboNet <libo.zhu@intel.com>2019-05-24 03:19:25 +0800
committerBin Yang <bin.yang@windriver.com>2019-05-23 03:32:51 +0000
commit9bd32245361a16cc643219909df35b21949798c3 (patch)
tree59c561cdfb3de70cb509fa86f69307f1bf84f3d5 /artifactbroker/docker/build_image.sh
parent3d4db216873da17cc6dfdddfb78553bb325647fd (diff)
Upgrade to 1.3.31.3.3
This is to workaround that 1.3.2 releasing failure Change-Id: I70804a0bb2e5fa358fcf4a33cab937a718d84b34 Issue-ID: MULTICLOUD-648 Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'artifactbroker/docker/build_image.sh')
-rwxr-xr-xartifactbroker/docker/build_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/artifactbroker/docker/build_image.sh b/artifactbroker/docker/build_image.sh
index 55cf93b..696df0e 100755
--- a/artifactbroker/docker/build_image.sh
+++ b/artifactbroker/docker/build_image.sh
@@ -17,8 +17,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.2-SNAPSHOT"
-STAGING_VERSION="1.3.2-STAGING"
+VERSION="1.3.3-SNAPSHOT"
+STAGING_VERSION="1.3.3-STAGING"
PROJECT="multicloud"
IMAGE="framework-artifactbroker"
DOCKER_REPOSITORY="nexus3.onap.org:10003"