Files
docker-elk/setup/Dockerfile
docker-elk-updater[bot] 8e62bd4099 Update to v8.15.5
2024-12-01 00:35:38 +00:00

7 lines
163 B
Docker

ARG ELASTIC_VERSION
# https://www.docker.elastic.co/
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.15.5}
ENTRYPOINT ["/entrypoint.sh"]