diff --git a/scripts/runMapUI.sh b/scripts/runMapUI.sh index f4f6924d..e426d6ce 100755 --- a/scripts/runMapUI.sh +++ b/scripts/runMapUI.sh @@ -1,7 +1,7 @@ #!/bin/bash CONTAINER_NAME_READ="CB-MapUI" -CONTAINER_VERSION="0.8.5" +CONTAINER_VERSION="0.8.6" CONTAINER_PORT="-p 1324:1324" CONTAINER_DATA_PATH="" diff --git a/scripts/runSpider.sh b/scripts/runSpider.sh index 4630ccff..8f990ff6 100755 --- a/scripts/runSpider.sh +++ b/scripts/runSpider.sh @@ -1,7 +1,7 @@ #!/bin/bash CONTAINER_NAME_READ="CB-Spider" -CONTAINER_VERSION="0.8.8" +CONTAINER_VERSION="0.8.10" CONTAINER_PORT="-p 1024:1024 -p 2048:2048" CONTAINER_DATA_PATH="/root/go/src/github.com/cloud-barista/cb-spider/meta_db"