From 12f62205912c23b9cb2404d7dc8a9c9ea0c327e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:43:04 +0000 Subject: [PATCH] Bump elasticsearch from 7.17.6 to 7.17.7 in /Containers/fulltextsearch Bumps elasticsearch from 7.17.6 to 7.17.7. --- updated-dependencies: - dependency-name: elasticsearch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/fulltextsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index c789a72e..9569eb65 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.6 +FROM elasticsearch:7.17.7 RUN elasticsearch-plugin install --batch ingest-attachment