From 8349bb0294b79c4b83cb9a656856f8eb2f0d0487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:22:04 +0100 Subject: [PATCH] Bump logstash from 8.9.2 to 8.10.1 in /projects/person-search-index-from-delius/container (#2296) Bump logstash in /projects/person-search-index-from-delius/container Bumps logstash from 8.9.2 to 8.10.1. --- updated-dependencies: - dependency-name: logstash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- projects/person-search-index-from-delius/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/person-search-index-from-delius/container/Dockerfile b/projects/person-search-index-from-delius/container/Dockerfile index 7a43566bea..a49e9ccafb 100644 --- a/projects/person-search-index-from-delius/container/Dockerfile +++ b/projects/person-search-index-from-delius/container/Dockerfile @@ -4,7 +4,7 @@ COPY --chown=yq /pipelines /pipelines RUN find /pipelines -type f -name '*.yml' -exec sh -c 'f="$1"; yq -o=json "$f" > "${f%.yml}.json"' shell {} +; -FROM logstash:8.9.2 +FROM logstash:8.10.1 USER root SHELL ["/bin/bash", "-o", "pipefail", "-c"]