summaryrefslogtreecommitdiffstats
path: root/run-dockers.sh
diff options
context:
space:
mode:
authorRuoyu Ying <ruoyu.ying@intel.com>2019-07-31 19:36:59 +0800
committerRuoyu Ying <ruoyu.ying@intel.com>2019-07-31 19:38:19 +0800
commitf46f955ea3a4ce34d674c8e0f2d71ac458d40a8c (patch)
treee1144d0d1669f8f3608e346425edbe9594c6d216 /run-dockers.sh
parentd21350b31eb300b37c89c6dcc04a89229d34af87 (diff)
Bump version to 1.3.2-staging
Issue-ID: OPTFRA-546 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: I42ccd920262b11467064f6479b267ee54e94db7a
Diffstat (limited to 'run-dockers.sh')
-rwxr-xr-xrun-dockers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-dockers.sh b/run-dockers.sh
index ea5b5be..0040f4c 100755
--- a/run-dockers.sh
+++ b/run-dockers.sh
@@ -4,7 +4,7 @@
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.1"
+VERSION="1.3.2"
PROJECT="optf-has"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"