diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-07-31 19:36:59 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-07-31 19:38:19 +0800 |
commit | f46f955ea3a4ce34d674c8e0f2d71ac458d40a8c (patch) | |
tree | e1144d0d1669f8f3608e346425edbe9594c6d216 /run-dockers.sh | |
parent | d21350b31eb300b37c89c6dcc04a89229d34af87 (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-x | run-dockers.sh | 2 |
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}" |