Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: The version of logstash docker image
required: true
type: string
default: '8.7.0'
default: '9.3.3'
# the version of the postgres jdbc jar to include in the image.
# If set to 'latest', then it automatically finds the latest released version and uses that
PostgresJdbcVersion:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WARNING: This file is overwritten from docker-image.yml
FROM docker.elastic.co/logstash/logstash:8.7.0
FROM docker.elastic.co/logstash/logstash:9.3.3
RUN /opt/logstash/bin/logstash-plugin install logstash-integration-jdbc
RUN mkdir /opt/logstash/vendor/jdbc
RUN curl -Lo /opt/logstash/vendor/jdbc/postgresql.jar https://jdbc.postgresql.org/download/postgresql-42.6.0.jar
RUN curl -Lo /opt/logstash/vendor/jdbc/postgresql.jar https://jdbc.postgresql.org/download/postgresql-42.7.10.jar
Loading