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