mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-06 04:53:36 +01:00
4 lines
86 B
Docker
4 lines
86 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
FROM docker.elastic.co/beats/heartbeat:${ELASTIC_VERSION:-9.2.2}
|