Skip to content

Commit e41c1e9

Browse files
[docker] Release 2.0.0
1 parent 3e88049 commit e41c1e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
timeout: 10s
7777
retries: 50
7878
openbas:
79-
image: openbas/platform:1.18.20
79+
image: openbas/platform:2.0.0
8080
# If you need (see the doc), uncomment to use a bind mount and set the attribute $OPENBAS_EXTRA_TRUSTED_CERTS_DIR (host folder) in your .env
8181
#volumes:
8282
# - $OPENBAS_EXTRA_TRUSTED_CERTS_DIR:/opt/openbas/additional_certs
@@ -140,7 +140,7 @@ services:
140140
timeout: 5s
141141
retries: 20
142142
collector-mitre-attack:
143-
image: openbas/collector-mitre-attack:1.18.20
143+
image: openbas/collector-mitre-attack:2.0.0
144144
environment:
145145
- OPENBAS_URL=http://openbas:8080
146146
- OPENBAS_TOKEN=${OPENBAS_ADMIN_TOKEN}
@@ -152,7 +152,7 @@ services:
152152
condition: service_healthy
153153
restart: always
154154
collector-openbas:
155-
image: openbas/collector-openbas:1.18.20
155+
image: openbas/collector-openbas:2.0.0
156156
environment:
157157
- OPENBAS_URL=http://openbas:8080
158158
- OPENBAS_TOKEN=${OPENBAS_ADMIN_TOKEN}
@@ -164,7 +164,7 @@ services:
164164
condition: service_healthy
165165
restart: always
166166
collector-atomic-red-team:
167-
image: openbas/collector-atomic-red-team:1.18.20
167+
image: openbas/collector-atomic-red-team:2.0.0
168168
environment:
169169
- OPENBAS_URL=http://openbas:8080
170170
- OPENBAS_TOKEN=${OPENBAS_ADMIN_TOKEN}
@@ -189,7 +189,7 @@ services:
189189
condition: service_healthy
190190
restart: always
191191
injector-nmap:
192-
image: openbas/injector-nmap:1.18.20
192+
image: openbas/injector-nmap:2.0.0
193193
environment:
194194
- OPENBAS_URL=http://openbas:8080
195195
- OPENBAS_TOKEN=${OPENBAS_ADMIN_TOKEN}
@@ -201,7 +201,7 @@ services:
201201
condition: service_healthy
202202
restart: always
203203
injector-nuclei:
204-
image: openbas/injector-nuclei:1.18.20
204+
image: openbas/injector-nuclei:2.0.0
205205
environment:
206206
- OPENBAS_URL=http://openbas:8080
207207
- OPENBAS_TOKEN=${OPENBAS_ADMIN_TOKEN}

0 commit comments

Comments
 (0)