Skip to content

Commit a67385c

Browse files
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8.18.1 (#10993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d19f8dc commit a67385c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ services:
203203
- name: redis
204204
image: redis:7.4.3
205205
- name: elastic
206-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
206+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
207207
environment:
208208
discovery.type: single-node
209209
xpack.security.enabled: false

opencti-platform/opencti-dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- 5540:5540
1515
opencti-dev-elasticsearch:
1616
container_name: opencti-dev-elasticsearch
17-
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0
17+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
1818
volumes:
1919
- esdata:/usr/share/elasticsearch/data
2020
- essnapshots:/usr/share/elasticsearch/snapshots

0 commit comments

Comments
 (0)