From d8b036bd617f9c9d8afd7be638eaeb2b629cb1d1 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 6 Jun 2023 17:06:19 +0200 Subject: [PATCH] Revert "update ES to 8.x" --- Containers/fulltextsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index 0130c3b4..65a772c0 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -1,5 +1,5 @@ # Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile -FROM elasticsearch:8.7.1 +FROM elasticsearch:7.17.10 USER root