From b25667426888d3326ce49fe82c6fcf5edbe040de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Mon, 15 Oct 2018 23:54:44 +0200 Subject: [PATCH] Update to ES version 6.1.4 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2929cdc..56d620c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ -FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.7 +FROM docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.4 -RUN elasticsearch-plugin remove --purge x-pack RUN elasticsearch-plugin install analysis-icu ADD hunspell/ /usr/share/elasticsearch/config/hunspell/ -- GitLab