Skip to content

Commit c82965a

Browse files
[docker] Release 2.2.0
1 parent fb494d0 commit c82965a

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.1.8
130+
image: openaev/platform:2.2.0
131131
environment:
132132
- OPENAEV_BASE-URL=${OPENAEV_EXTERNAL_SCHEME}://${OPENAEV_HOST}:${OPENAEV_PORT}
133133
- OPENAEV_AUTH-LOCAL-ENABLE=true
@@ -188,7 +188,7 @@ services:
188188
###########################
189189

190190
collector-mitre-attack:
191-
image: openaev/collector-mitre-attack:2.1.8
191+
image: openaev/collector-mitre-attack:2.2.0
192192
environment:
193193
- OPENAEV_URL=http://openaev:8080
194194
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -200,7 +200,7 @@ services:
200200
condition: service_healthy
201201
restart: always
202202
collector-openaev:
203-
image: openaev/collector-openaev:2.1.8
203+
image: openaev/collector-openaev:2.2.0
204204
environment:
205205
- OPENAEV_URL=http://openaev:8080
206206
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -212,7 +212,7 @@ services:
212212
condition: service_healthy
213213
restart: always
214214
collector-atomic-red-team:
215-
image: openaev/collector-atomic-red-team:2.1.8
215+
image: openaev/collector-atomic-red-team:2.2.0
216216
environment:
217217
- OPENAEV_URL=http://openaev:8080
218218
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -224,7 +224,7 @@ services:
224224
condition: service_healthy
225225
restart: always
226226
collector-nvd-nist-cve:
227-
image: openaev/collector-nvd-nist-cve:2.1.8
227+
image: openaev/collector-nvd-nist-cve:2.2.0
228228
environment:
229229
- OPENAEV_URL=http://openaev:8080
230230
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -242,7 +242,7 @@ services:
242242
###########################
243243

244244
injector-nmap:
245-
image: openaev/injector-nmap:2.1.8
245+
image: openaev/injector-nmap:2.2.0
246246
environment:
247247
- OPENAEV_URL=http://openaev:8080
248248
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
@@ -254,7 +254,7 @@ services:
254254
condition: service_healthy
255255
restart: always
256256
injector-nuclei:
257-
image: openaev/injector-nuclei:2.1.8
257+
image: openaev/injector-nuclei:2.2.0
258258
environment:
259259
- OPENAEV_URL=http://openaev:8080
260260
- OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}

0 commit comments

Comments
 (0)