[deps] Update elasticsearch Docker tag to v8.19.9

This commit is contained in:
renovate[bot]
2025-12-21 19:30:49 +00:00
committed by GitHub
parent a3c1483c7a
commit c6b74930e1
3 changed files with 3 additions and 3 deletions

View File

@@ -313,7 +313,7 @@ services:
- name: redis
image: redis:8.4.0
- name: elastic
image: elasticsearch:8.19.8
image: elasticsearch:8.19.9
environment:
discovery.type: single-node
xpack.security.enabled: false

View File

@@ -14,7 +14,7 @@ services:
- 5540:5540
opencti-dev-elasticsearch:
container_name: opencti-dev-elasticsearch
image: elasticsearch:8.19.8
image: elasticsearch:8.19.9
volumes:
- esdata:/usr/share/elasticsearch/data
- essnapshots:/usr/share/elasticsearch/snapshots

View File

@@ -11,7 +11,7 @@ services:
elasticsearch:
container_name: elasticsearch
profiles: ["backend"]
image: elasticsearch:8.19.8
image: elasticsearch:8.19.9
environment:
- discovery.type=single-node
- xpack.security.enabled=false