Skip to content

Commit

Permalink
chore(deps): update docker.elastic.co/elasticsearch/elasticsearch doc…
Browse files Browse the repository at this point in the history
…ker tag to v8
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent b449b50 commit bef3275
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-cloudwatch-project/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.2
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/consumer/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

# Elasticsearch Docker Images: https://www.docker.elastic.co/
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.2
container_name: elasticsearch
environment:
- xpack.security.enabled=false
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/producer/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:
elasticsearch:
container_name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.13
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.2
environment:
- cluster.name=es-docker-cluster
- discovery.type=single-node
Expand Down

0 comments on commit bef3275

Please sign in to comment.