Update to v8.16.1

This commit is contained in:
docker-elk-updater[bot]
2024-11-24 00:32:38 +00:00
committed by GitHub
parent b00f7ea877
commit 7f38a9834b
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.16.0}
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.16.1}
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu