From f577221fa7bc8c47466d5c9be66174d02bcabe41 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 23 Nov 2023 10:50:32 +0100 Subject: [PATCH] elasticsearch 8.11.1 is still not available for arm64 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 7e0ae167..622ae2bf 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.11.1 +FROM elasticsearch:8.11.0 USER root