Skip to content

Commit

Permalink
Update dependency docker.elastic.co/elasticsearch/elasticsearch to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 20, 2022
1 parent b73785e commit 6cd8969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-dynamodb-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:6.8.23
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.2
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-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:6.8.23
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.2
container_name: elasticsearch
environment:
- cluster.name=docker-cluster
Expand Down

0 comments on commit 6cd8969

Please sign in to comment.