From aa7ff451b8c578b6aa651baeec5d9d6acf0f10a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:20:45 +0000 Subject: [PATCH] build(deps): bump elasticsearch in /Containers/fulltextsearch Bumps elasticsearch from 9.4.0 to 9.4.1. --- updated-dependencies: - dependency-name: elasticsearch dependency-version: 9.4.1 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 2968c7ea..21e3eb23 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:latest # Probably from here https://github.com/elastic/dockerfiles/blob/9.3/elasticsearch/Dockerfile -FROM elasticsearch:9.4.0 +FROM elasticsearch:9.4.1 USER root