Commit 89827f3d authored by Mark Davidson's avatar Mark Davidson Committed by Antoine Cotten

Update to 5.4.1 (#129)

parent 9366a399
# https://github.com/elastic/elasticsearch-docker
FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.0
FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.1
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu
# https://github.com/elastic/kibana-docker
FROM docker.elastic.co/kibana/kibana:5.4.0
FROM docker.elastic.co/kibana/kibana:5.4.1
# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>
# https://github.com/elastic/logstash-docker
FROM docker.elastic.co/logstash/logstash:5.4.0
FROM docker.elastic.co/logstash/logstash:5.4.1
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment