Skip to content

Commit 922d5ea

Browse files
[docker] Release 2.0.7
1 parent bdc5e9f commit 922d5ea

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
###########################
128128

129129
openaev:
130-
image: openaev/platform:2.0.6
130+
image: openaev/platform:2.0.7
131131
environment:
132132
- OPENAEV_BASE-URL=${OPENAEV_EXTERNAL_SCHEME}://${OPENAEV_HOST}:${OPENAEV_PORT}
133133
- OPENAEV_AUTH-LOCAL-ENABLE=true
@@ -186,7 +186,7 @@ services:
186186
###########################
187187

188188
collector-mitre-attack:
189-
image: openaev/collector-mitre-attack:2.0.6
189+
image: openaev/collector-mitre-attack:2.0.7
190190
environment:
191191
- OPENAEV_URL=http://openaev:8080
192192
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -198,7 +198,7 @@ services:
198198
condition: service_healthy
199199
restart: always
200200
collector-openaev:
201-
image: openaev/collector-openaev:2.0.6
201+
image: openaev/collector-openaev:2.0.7
202202
environment:
203203
- OPENAEV_URL=http://openaev:8080
204204
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -210,7 +210,7 @@ services:
210210
condition: service_healthy
211211
restart: always
212212
collector-atomic-red-team:
213-
image: openaev/collector-atomic-red-team:2.0.6
213+
image: openaev/collector-atomic-red-team:2.0.7
214214
environment:
215215
- OPENAEV_URL=http://openaev:8080
216216
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -222,7 +222,7 @@ services:
222222
condition: service_healthy
223223
restart: always
224224
collector-nvd-nist-cve:
225-
image: openaev/collector-nvd-nist-cve:2.0.6
225+
image: openaev/collector-nvd-nist-cve:2.0.7
226226
environment:
227227
- OPENAEV_URL=http://openaev:8080
228228
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -240,7 +240,7 @@ services:
240240
###########################
241241

242242
injector-nmap:
243-
image: openaev/injector-nmap:2.0.6
243+
image: openaev/injector-nmap:2.0.7
244244
environment:
245245
- OPENAEV_URL=http://openaev:8080
246246
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -252,7 +252,7 @@ services:
252252
condition: service_healthy
253253
restart: always
254254
injector-nuclei:
255-
image: openaev/injector-nuclei:2.0.6
255+
image: openaev/injector-nuclei:2.0.7
256256
environment:
257257
- OPENAEV_URL=http://openaev:8080
258258
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}

0 commit comments

Comments
 (0)