Skip to content

Commit

Permalink
Update Elastic/Kibana images.
Browse files Browse the repository at this point in the history
  • Loading branch information
accolon committed Mar 4, 2024
1 parent 2b54892 commit 7d25f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
condition: service_healthy

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.14
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
environment:
- cluster.name=parsedmarc
- discovery.type=single-node
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
condition: service_started

kibana:
image: docker.elastic.co/kibana/kibana:7.17.14
image: docker.elastic.co/kibana/kibana:7.17.18
environment:
- elasticsearch.hosts=http://elasticsearch:9200
- telemetry.enabled=false
Expand Down

0 comments on commit 7d25f9d

Please sign in to comment.