Update to the v5.3 release containers (#105)

This commit is contained in:
Patrick M. Slattery 2017-04-04 09:00:24 -04:00 committed by Antoine Cotten
parent 4be677ef2e
commit a9e7c3d801
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# https://github.com/elastic/elasticsearch-docker
FROM docker.elastic.co/elasticsearch/elasticsearch:5.2.2
FROM docker.elastic.co/elasticsearch/elasticsearch:5.3.0
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu

View File

@ -1,5 +1,5 @@
# https://github.com/elastic/kibana-docker
FROM docker.elastic.co/kibana/kibana:5.2.2
FROM docker.elastic.co/kibana/kibana:5.3.0
# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>

View File

@ -1,5 +1,5 @@
# https://github.com/elastic/logstash-docker
FROM docker.elastic.co/logstash/logstash:5.2.2
FROM docker.elastic.co/logstash/logstash:5.3.0
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json