Update to 5.2.2 (#101)

This commit is contained in:
dhutty 2017-03-17 14:52:43 -04:00 committed by Antoine Cotten
parent b24adfdd17
commit 4be677ef2e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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