Files
docker-elk/setup/Dockerfile
docker-elk-updater[bot] 8a1caf11d7 Update to v9.2.3
2025-12-21 09:30:40 +00:00

7 lines
162 B
Docker

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