Skip to content

Commit 053611f

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9
1 parent 15d6c98 commit 053611f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "6379:6379"
88
opencti-dev-elasticsearch:
99
container_name: opencti-dev-elasticsearch
10-
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.8
10+
image: docker.elastic.co/elasticsearch/elasticsearch:9.2.2
1111
environment:
1212
- discovery.type=single-node
1313
- xpack.ml.enabled=false

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
timeout: 5s
2424
retries: 3
2525
elasticsearch:
26-
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.8
26+
image: docker.elastic.co/elasticsearch/elasticsearch:9.2.2
2727
volumes:
2828
- esdata:/usr/share/elasticsearch/data
2929
environment:

0 commit comments

Comments
 (0)