Update to v9.1.1

This commit is contained in:
docker-elk-updater[bot]
2025-08-10 00:34:59 +00:00
committed by GitHub
parent 14eaa46cd6
commit 36fe97521d
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.1.0}
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-9.1.1}
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu