Skip to content

Commit

Permalink
chore(deps): update elasticsearch docker tag to v7.17.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent c2c1d06 commit 9a5b5aa
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.17.21
image: elasticsearch:7.17.22
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.17.21
image: elasticsearch:7.17.22
container_name: es
volumes:
- ./.dev/volumes/es/data:/usr/share/elasticsearch/data
Expand Down

0 comments on commit 9a5b5aa

Please sign in to comment.