Skip to content

Commit

Permalink
Update docker.elastic.co/logstash/logstash Docker tag to v8.16.0 (#1091)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent e6c04ff commit ecd3c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/logstash-probateman/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.elastic.co/logstash/logstash:8.15.3
FROM docker.elastic.co/logstash/logstash:8.16.0
RUN mkdir drivers
RUN curl -o ./postgresql-42.2.2.jar https://jdbc.postgresql.org/download/postgresql-42.2.2.jar
2 changes: 1 addition & 1 deletion docker/logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.elastic.co/logstash/logstash:8.15.3
FROM docker.elastic.co/logstash/logstash:8.16.0
RUN mkdir drivers
RUN curl -o ./drivers/postgresql-42.2.5.jar https://jdbc.postgresql.org/download/postgresql-42.2.5.jar

0 comments on commit ecd3c55

Please sign in to comment.