Skip to content

Commit 9837aca

Browse files
Bump logstash from 8.16.0 to 8.16.1 in /projects/person-search-index-from-delius/container (#4465)
Bump logstash in /projects/person-search-index-from-delius/container Bumps logstash from 8.16.0 to 8.16.1. --- updated-dependencies: - dependency-name: logstash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03b3a29 commit 9837aca

File tree

1 file changed

+1
-1
lines changed
  • projects/person-search-index-from-delius/container

1 file changed

+1
-1
lines changed

projects/person-search-index-from-delius/container/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY --chown=yq /pipelines /pipelines
44
RUN find /pipelines -type f -name "*.yml" -exec sh -c 'for f; do yq -o=json "$f" > "${f%.yml}.json"; done' sh {} +
55

66

7-
FROM logstash:8.16.0
7+
FROM logstash:8.16.1
88

99
USER root
1010
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

0 commit comments

Comments
 (0)