We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f355103 + 877afcd commit d126180Copy full SHA for d126180
docker-compose.yaml
@@ -7,7 +7,7 @@ networks:
7
services:
8
# CB-Tumblebug
9
cb-tumblebug:
10
- image: cloudbaristaorg/cb-tumblebug:0.9.22
+ image: cloudbaristaorg/cb-tumblebug:0.10.0
11
container_name: cb-tumblebug
12
build:
13
context: .
@@ -112,7 +112,7 @@ services:
112
113
# CB-Spider
114
cb-spider:
115
- image: cloudbaristaorg/cb-spider:0.9.8
+ image: cloudbaristaorg/cb-spider:0.10.0
116
container_name: cb-spider
117
# build:
118
# context: ../cb-spider
@@ -146,7 +146,7 @@ services:
146
147
# cb-mapui
148
cb-mapui:
149
- image: cloudbaristaorg/cb-mapui:0.9.13
+ image: cloudbaristaorg/cb-mapui:0.10.0
150
container_name: cb-mapui
151
152
# context: ../cb-mapui
0 commit comments