Skip to content

Commit

Permalink
Bump logstash in /projects/person-search-index-from-delius/container
Browse files Browse the repository at this point in the history
Bumps logstash from 8.12.2 to 8.13.0.

---
updated-dependencies:
- dependency-name: logstash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent c34b6ae commit 9b1e8c2
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.12.2
FROM logstash:8.13.0

USER root
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 9b1e8c2

Please sign in to comment.