Skip to content

Commit

Permalink
Make solr 7.5 as default and update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 11, 2018
1 parent 54fad2e commit 241422d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/services/solr.md
Expand Up @@ -6,7 +6,11 @@ Solr
Supported versions
------------------

* **[7.1](https://hub.docker.com/r/_/solr/)** **(default)**
* **[7.5](https://hub.docker.com/r/_/solr/)** **(default)**
* [7.4](https://hub.docker.com/r/_/solr/)
* [7.3](https://hub.docker.com/r/_/solr/)
* [7.2](https://hub.docker.com/r/_/solr/)
* [7.1](https://hub.docker.com/r/_/solr/)
* [7.0](https://hub.docker.com/r/_/solr/)
* [6.6](https://hub.docker.com/r/_/solr/)
* [6.5](https://hub.docker.com/r/_/solr/)
Expand Down
2 changes: 1 addition & 1 deletion plugins/lando-services/services/solr/solr.js
Expand Up @@ -201,7 +201,7 @@ module.exports = lando => {
};

return {
defaultVersion: '7.1',
defaultVersion: '7.5',
info: info,
networks: networks,
services: services,
Expand Down

0 comments on commit 241422d

Please sign in to comment.