fix logstash version in Dockerfile

This commit is contained in:
Anthony Lapenna 2016-07-07 10:16:59 +12:00
parent 890c3959e6
commit bc1cf6eb07
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM logstash:latest
FROM logstash:5
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json