Skip to content

Commit ae693b3

Browse files
Update docker.elastic.co/logstash/logstash-oss Docker tag to v9
1 parent 323c45c commit ae693b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/elasticsearch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG LOGSTASH_VERSION=7.17.20
1+
ARG LOGSTASH_VERSION=9.0.1
22
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}
33

44
ARG ELASTICSEARCH_VERSION=7

testing/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG LOGSTASH_VERSION=7.17.20
1+
ARG LOGSTASH_VERSION=9.0.1
22
FROM docker.elastic.co/logstash/logstash-oss:${LOGSTASH_VERSION}
33

44
ARG ELASTICSEARCH_VERSION=7

0 commit comments

Comments
 (0)