Skip to content

Commit

Permalink
Update docker.elastic.co/logstash/logstash-oss Docker tag to v7.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 90f03be commit f47bbb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10
ARG LOGSTASH_VERSION=7.17.14
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}

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


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.10
ARG LOGSTASH_VERSION=7.17.14
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}

ARG ELASTICSEARCH_VERSION=7
Expand Down

0 comments on commit f47bbb2

Please sign in to comment.