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.10.1
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 38ad810 commit 4d97bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
restart: unless-stopped

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.1
container_name: elasticsearch
environment:
- discovery.type=single-node
Expand Down
2 changes: 1 addition & 1 deletion boot-mongodb-elasticsearch/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
restart: unless-stopped

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.1
container_name: elasticsearch
environment:
- discovery.type=single-node
Expand Down

0 comments on commit 4d97bf9

Please sign in to comment.