From dbcc4ea88288775246763e313463725588b56dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:01:36 +0000 Subject: [PATCH] Bump logstash from 8.15.0 to 8.15.1 in /projects/person-search-index-from-delius/container (#4219) Bump logstash in /projects/person-search-index-from-delius/container Bumps logstash from 8.15.0 to 8.15.1. --- updated-dependencies: - dependency-name: logstash dependency-type: direct:production update-type: version-update:semver-patch ... 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 5917ba9c52..f4a784ae2a 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 'for f; do yq -o=json "$f" > "${f%.yml}.json"; done' sh {} + -FROM logstash:8.15.0 +FROM logstash:8.15.1 USER root SHELL ["/bin/bash", "-o", "pipefail", "-c"]