Skip to content

Commit

Permalink
Update latest in the testing env to 5.3 (elastic#3919)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored and ruflin committed Apr 5, 2017
1 parent e73bb6b commit ddc2609
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.1'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.2.2
image: docker.elastic.co/elasticsearch/elasticsearch:5.3.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9200"]
environment:
Expand All @@ -18,12 +18,12 @@ services:
context: docker/logstash
dockerfile: Dockerfile
args:
ELASTIC_VERSION: 5.2.2
ELASTIC_VERSION: 5.3.0
DOWNLOAD_URL: https://artifacts.elastic.co/downloads
environment:
- ES_HOST=elasticsearch

kibana:
image: docker.elastic.co/kibana/kibana:5.2.2
image: docker.elastic.co/kibana/kibana:5.3.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5601"]

0 comments on commit ddc2609

Please sign in to comment.