Skip to content

Commit

Permalink
Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8…
Browse files Browse the repository at this point in the history
….15.3
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 023b903 commit fa12b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ services:
- "HEARTBEAT_INTERNAL_PASSWORD=${HEARTBEAT_INTERNAL_PASSWORD:-}"
- "MONITORING_INTERNAL_PASSWORD=${MONITORING_INTERNAL_PASSWORD:-}"
- "BEATS_SYSTEM_PASSWORD=${BEATS_SYSTEM_PASSWORD:-}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.2}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.3}"
volumes:
- "./data/elasticsearch/data/entrypoint.sh:/tmp/entrypoint.sh"
- "./data/elasticsearch/data/lib.sh:/tmp/lib.sh"
Expand All @@ -570,7 +570,7 @@ services:
retries: 5
test: "curl -sS --fail http://elasticsearch:9200/_cluster/health?wait_for_status=yellow&timeout=0s"
timeout: 5s
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.2}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.3}"
ports:
- "9200:9200"
- "9300:9300"
Expand Down

0 comments on commit fa12b64

Please sign in to comment.