Skip to content

Commit

Permalink
Merge branch 'master' into iamsobanjaved/py311-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
e0d authored May 3, 2024
2 parents 7c5a27f + d10e41c commit 11bccc6
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.19
image: elasticsearch:7.17.21
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.19
image: elasticsearch:7.17.21
container_name: es
volumes:
- ./.dev/volumes/es/data:/usr/share/elasticsearch/data
Expand Down

0 comments on commit 11bccc6

Please sign in to comment.