Skip to content

Commit

Permalink
chore(deps): update solr docker tag to v9.7
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| docker     | solr    | 9.6  | 9.7 |
  • Loading branch information
renovate-bot committed Dec 23, 2024
1 parent 79237b0 commit e4c71b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-solr/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.solr.enabled` `(true|false, default is true)`
* `embedded.solr.reuseContainer` `(true|false, default is false)`
* `embedded.solr.dockerImage` `(default is 'solr:9.6')`
* `embedded.solr.dockerImage` `(default is 'solr:9.7')`
** Image versions on https://hub.docker.com/_/solr/tags[dockerhub]
* `embedded.toxiproxy.proxies.solr.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-solr` container.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class SolrProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "solr:9.6";
return "solr:9.7";
}
}

0 comments on commit e4c71b3

Please sign in to comment.