4 lines
80 B
Docker
4 lines
80 B
Docker
ARG ELASTIC_VERSION
|
|
|
|
FROM docker.elastic.co/beats/metricbeat:${ELASTIC_VERSION}
|