@@ -76,7 +76,7 @@ services:
7676 timeout : 10s
7777 retries : 50
7878 openbas :
79- image : openbas/platform:1.18.15
79+ image : openbas/platform:1.18.16
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.15
143+ image : openbas/collector-mitre-attack:1.18.16
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.15
155+ image : openbas/collector-openbas:1.18.16
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.15
167+ image : openbas/collector-atomic-red-team:1.18.16
168168 environment :
169169 - OPENBAS_URL=http://openbas:8080
170170 - OPENBAS_TOKEN=${OPENBAS_ADMIN_TOKEN}
0 commit comments