@@ -6,7 +6,7 @@ services:
66
77 # Generate RSA key for xtm-composer (PKCS#8 format)
88 rsa-key-generator :
9- image : alpine/openssl:3.5.5
9+ image : alpine/openssl:latest
1010 volumes :
1111 - rsakeys:/keys
1212 entrypoint : ["/bin/ash"]
@@ -32,7 +32,7 @@ services:
3232 timeout : 5s
3333 retries : 5
3434 minio :
35- image : minio/minio:RELEASE.2025-06-13T11-33-47Z
35+ image : minio/minio:latest
3636 volumes :
3737 - s3data:/data
3838 ports :
@@ -99,7 +99,7 @@ services:
9999 # ##########################
100100
101101 xtm-composer :
102- image : filigran/xtm-composer:2.260223.0
102+ image : filigran/xtm-composer:latest
103103 platform : linux/amd64
104104 environment :
105105 - MANAGER__ID=${XTM_COMPOSER_ID}
@@ -127,7 +127,7 @@ services:
127127 # ##########################
128128
129129 openaev :
130- image : openaev/platform:2.2.0
130+ image : openaev/platform:latest
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.2.0
191+ image : openaev/collector-mitre-attack:latest
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.2.0
203+ image : openaev/collector-openaev:latest
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.2.0
215+ image : openaev/collector-atomic-red-team:latest
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.2.0
227+ image : openaev/collector-nvd-nist-cve:latest
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.2.0
245+ image : openaev/injector-nmap:latest
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.2.0
257+ image : openaev/injector-nuclei:latest
258258 environment :
259259 - OPENAEV_URL=http://openaev:8080
260260 - OPENAEV_TOKEN=${OPENAEV_ADMIN_TOKEN}
0 commit comments