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
….16.1
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent b89c1a9 commit df0aea5
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.16.0}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.16.1}"
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.16.0}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.16.1}"
ports:
- "9200:9200"
- "9300:9300"
Expand Down

0 comments on commit df0aea5

Please sign in to comment.