mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 19:43:19 +01:00
4 lines
87 B
Docker
4 lines
87 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-8.15.3}
|