Skip to content

Commit

Permalink
update(elastic,kibana): update elastic and kibana and compare version…
Browse files Browse the repository at this point in the history
…s to production.
  • Loading branch information
alonbr committed May 7, 2018
1 parent ac945e0 commit 0933200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.4

# 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.5.0

# Add your kibana plugins setup here
# Example: RUN kibana-plugin install <name|url>

0 comments on commit 0933200

Please sign in to comment.