mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-04 03:53:40 +01:00
4 lines
85 B
Docker
4 lines
85 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
FROM docker.elastic.co/beats/filebeat:${ELASTIC_VERSION:-9.0.3}
|