Update to v8.17.0

This commit is contained in:
docker-elk-updater[bot]
2024-12-15 00:34:33 +00:00
committed by GitHub
parent 8e62bd4099
commit 7ba6ec4f48
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.15.5}
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.17.0}
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu