Skip to content

Commit e057ec2

Browse files
authored
[docker] Release 1.18.20
1 parent a3a2e3e commit e057ec2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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.19
79+
image: openbas/platform:1.18.20
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.19
143+
image: openbas/collector-mitre-attack:1.18.20
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.19
155+
image: openbas/collector-openbas:1.18.20
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.19
167+
image: openbas/collector-atomic-red-team:1.18.20
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.19
192+
image: openbas/injector-nmap:1.18.20
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.19
204+
image: openbas/injector-nuclei:1.18.20
205205
environment:
206206
- OPENBAS_URL=http://openbas:8080
207207
- OPENBAS_TOKEN=${OPENBAS_ADMIN_TOKEN}

0 commit comments

Comments
 (0)