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.9.1
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent f933065 commit a4a32ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
setup:
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.1
container_name: setup
volumes:
- certs:/usr/share/elasticsearch/config/certs
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
depends_on:
setup:
condition: service_healthy
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.1
container_name: elasticsearch
ports:
- 9200:9200
Expand Down

0 comments on commit a4a32ea

Please sign in to comment.