docker-elk/extensions/apm-server/Dockerfile

4 lines
70 B
Docker

ARG ELK_VERSION
FROM docker.elastic.co/apm/apm-server:${ELK_VERSION}