update version of elastic and kibana (#1996)

This commit is contained in:
Panagiotis Koursaris 2019-02-23 06:19:34 +02:00 committed by Shao Yu-Lung (Allen)
parent 1ec9244f7f
commit f7dff0f72f
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:6.2.3
FROM docker.elastic.co/elasticsearch/elasticsearch:6.6.0
EXPOSE 9200 9300

View File

@ -1,3 +1,3 @@
FROM docker.elastic.co/kibana/kibana:6.2.3
FROM docker.elastic.co/kibana/kibana:6.6.0
EXPOSE 5601