chore: update elasticsearch version

This commit is contained in:
Sun-ZhenXing
2025-11-05 09:42:49 +08:00
parent eff0807a92
commit 373cc3cdd6
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Elasticsearch version
ELASTICSEARCH_VERSION=8.16.1
ELASTICSEARCH_VERSION=9.2.0
# Timezone
TZ=UTC

View File

@@ -9,7 +9,7 @@ x-defaults: &defaults
services:
elasticsearch:
<<: *defaults
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.16.1}
image: docker.elastic.co/elasticsearch/elasticsearch-wolfi:${ELASTICSEARCH_VERSION:-9.2.0}
ports:
- "${ELASTICSEARCH_HTTP_PORT_OVERRIDE:-9200}:9200"
- "${ELASTICSEARCH_TRANSPORT_PORT_OVERRIDE:-9300}:9300"