Skip to content

Commit

Permalink
Update testing env 7.5.0 (elastic#14239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadden42 authored Oct 25, 2019
1 parent 39f9bea commit e614f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/environments/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.4.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.5.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9200"]
retries: 300
Expand All @@ -16,7 +16,7 @@ services:
- "xpack.security.enabled=false"

logstash:
image: docker.elastic.co/logstash/logstash:7.4.0
image: docker.elastic.co/logstash/logstash:7.5.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 300
Expand All @@ -26,7 +26,7 @@ services:
- ./docker/logstash/pki:/etc/pki:ro

kibana:
image: docker.elastic.co/kibana/kibana:7.4.0
image: docker.elastic.co/kibana/kibana:7.5.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5601"]
retries: 300
Expand Down

0 comments on commit e614f60

Please sign in to comment.