Update to v8.17.4

This commit is contained in:
docker-elk-updater[bot]
2025-03-30 00:31:51 +00:00
committed by GitHub
parent 72b338ffa3
commit 439875e08e
11 changed files with 11 additions and 11 deletions

View File

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