Skip to content

Commit

Permalink
Merge pull request #59 from anasoid/renovate/docker.elastic.co-logsta…
Browse files Browse the repository at this point in the history
…sh-logstash-oss-7.x

Update docker.elastic.co/logstash/logstash-oss Docker tag to v7.17.20
  • Loading branch information
anasoid authored Apr 12, 2024
2 parents 30a5740 + bac8245 commit 323c45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LOGSTASH_VERSION=7.17.16
ARG LOGSTASH_VERSION=7.17.20
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}

ARG ELASTICSEARCH_VERSION=7
Expand Down
2 changes: 1 addition & 1 deletion testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LOGSTASH_VERSION=7.17.16
ARG LOGSTASH_VERSION=7.17.20
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}

ARG ELASTICSEARCH_VERSION=7
Expand Down

0 comments on commit 323c45c

Please sign in to comment.