From 6733a7407cd8b3e2871aac5b5e49777589e6a29e Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 1 Jun 2023 14:26:13 +0200 Subject: [PATCH] update ES to 8.x Signed-off-by: Simon L --- Containers/fulltextsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index 01c0ff29..69c9a9fd 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:7.17.10 +FROM elasticsearch:8.7.1 RUN set -ex; \ \