Skip to content

Commit

Permalink
chore(deps): update elasticsearch docker tag to v7.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 15, 2021
1 parent 6f24975 commit 91643eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
MYSQL_ROOT_PASSWORD: "password"
MYSQL_DATABASE: "discovery"
es:
image: elasticsearch:7.10.1
image: elasticsearch:7.13.3
container_name: es
environment:
- discovery.type=single-node
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- ./.dev/volumes/db:/var/lib/mysql

es:
image: elasticsearch:7.10.1
image: elasticsearch:7.13.3
container_name: es
volumes:
- ./.dev/volumes/es/data:/usr/share/elasticsearch/data
Expand Down

0 comments on commit 91643eb

Please sign in to comment.