Skip to content

Commit

Permalink
Update to 5.4.1 (deviantony#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdavidson authored and antoineco committed Jun 5, 2017
1 parent ac945e0 commit a059efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
2 changes: 1 addition & 1 deletion kibana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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>
2 changes: 1 addition & 1 deletion logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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

0 comments on commit a059efc

Please sign in to comment.