⬆️ updated elk default version

This commit is contained in:
Gautier
2020-09-27 17:05:15 +02:00
parent 8429ae6a70
commit 4e5657f5d2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
ARG ELK_VERSION=7.5.1
ARG ELK_VERSION
FROM docker.elastic.co/logstash/logstash:${ELK_VERSION}
USER root