mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-23 10:41:07 +01:00
Update to v8.17.1
This commit is contained in:
committed by
GitHub
parent
25f3b1a554
commit
ead650f05f
@@ -1,7 +1,7 @@
|
||||
ARG ELASTIC_VERSION
|
||||
|
||||
# https://www.docker.elastic.co/
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.17.0}
|
||||
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.17.1}
|
||||
|
||||
# Add your elasticsearch plugins setup here
|
||||
# Example: RUN elasticsearch-plugin install analysis-icu
|
||||
|
||||
Reference in New Issue
Block a user