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.13.1
  • Loading branch information
renovate[bot] committed Apr 2, 2024
1 parent 5dda0ac commit 0bd947b
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.13.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.13.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 @@ -26,7 +26,7 @@ services:
restart: unless-stopped

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

0 comments on commit 0bd947b

Please sign in to comment.