Skip to content

Commit

Permalink
[integration] Update docker.elastic.co/elasticsearch/elasticsearch Do…
Browse files Browse the repository at this point in the history
…cker tag to v8.12.2 (#6223)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent 266a771 commit 9a1f802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ services:
- name: redis
image: redis:7.2.4
- name: elastic
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2
environment:
discovery.type: single-node
xpack.security.enabled: false
Expand Down
2 changes: 1 addition & 1 deletion opencti-platform/opencti-dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- 8001:8001
opencti-dev-elasticsearch:
container_name: opencti-dev-elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2
volumes:
- esdata:/usr/share/elasticsearch/data
- essnapshots:/usr/share/elasticsearch/snapshots
Expand Down

0 comments on commit 9a1f802

Please sign in to comment.