Update Elasticsearch to version 9.1.5

Updated from version 8.17.3 to the latest stable release 9.1.5 (released October 06, 2025).

Changes:
- Update ELASTIC_VERSION in Dockerfile to 9.1.5
- Update version reference in README.md to 9.1.5
This commit is contained in:
Your Name
2025-10-22 13:03:44 -06:00
parent 50832be29e
commit ef3eea7ee1
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ RUN apt-get update && \
openjdk-17-jdk
# Set Elasticsearch version
ENV ELASTIC_VERSION=8.17.3
ENV ELASTIC_VERSION=9.1.5
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
# Create elasticsearch user and group

View File

@@ -4,7 +4,7 @@ This package provides Elasticsearch for Cloudron, configured for internal use on
## Features
- Elasticsearch 8.17.3
- Elasticsearch 9.1.5
- Single-node configuration optimized for Cloudron
- Security enabled with basic authentication
- Internal access only by default (not publicly exposed)