Skip to content

Commit

Permalink
Bump logstash from 8.9.2 to 8.10.1 in /projects/person-search-index-f…
Browse files Browse the repository at this point in the history
…rom-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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 65f79bc commit 8349bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8349bb0

Please sign in to comment.