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.12.2
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 5717c2b commit 1b5a816
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.12.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2
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.12.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2
container_name: elasticsearch
environment:
- discovery.type=single-node
Expand Down

0 comments on commit 1b5a816

Please sign in to comment.