Skip to content

Commit

Permalink
Merge pull request #1209 from seokho-son/main
Browse files Browse the repository at this point in the history
Test and update associated FWs
  • Loading branch information
seokho-son authored Oct 18, 2022
2 parents f14c276 + 3c9927b commit c2dc04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/runMapUI.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

CONTAINER_NAME_READ="CB-MapUI"
CONTAINER_VERSION="0.6.2"
CONTAINER_VERSION="0.6.5"
CONTAINER_PORT="-p 1324:1324"
CONTAINER_DATA_PATH=""

Expand Down
2 changes: 1 addition & 1 deletion scripts/runSpider.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

CONTAINER_NAME_READ="CB-Spider"
CONTAINER_VERSION="0.6.11"
CONTAINER_VERSION="0.6.13"
CONTAINER_PORT="-p 1024:1024 -p 2048:2048"
CONTAINER_DATA_PATH="/root/go/src/github.com/cloud-barista/cb-spider/meta_db"

Expand Down

0 comments on commit c2dc04a

Please sign in to comment.