Skip to content

Commit

Permalink
Staging v0.10.0 and update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son authored Nov 8, 2024
1 parent f355103 commit 877afcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
services:
# CB-Tumblebug
cb-tumblebug:
image: cloudbaristaorg/cb-tumblebug:0.9.22
image: cloudbaristaorg/cb-tumblebug:0.10.0
container_name: cb-tumblebug
build:
context: .
Expand Down Expand Up @@ -112,7 +112,7 @@ services:

# CB-Spider
cb-spider:
image: cloudbaristaorg/cb-spider:0.9.8
image: cloudbaristaorg/cb-spider:0.10.0
container_name: cb-spider
# build:
# context: ../cb-spider
Expand Down Expand Up @@ -146,7 +146,7 @@ services:

# cb-mapui
cb-mapui:
image: cloudbaristaorg/cb-mapui:0.9.13
image: cloudbaristaorg/cb-mapui:0.10.0
container_name: cb-mapui
# build:
# context: ../cb-mapui
Expand Down

0 comments on commit 877afcd

Please sign in to comment.