Update to v9.0.4

This commit is contained in:
docker-elk-updater[bot]
2025-07-22 22:50:56 +00:00
committed by GitHub
parent 660d1b5ae6
commit 11ac0bad81
10 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
ARG ELASTIC_VERSION
# https://www.docker.elastic.co/
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.0.3}
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.0.4}
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu