Skip to content

Commit d64bbd2

Browse files
Update solr Docker tag to v9.3 (PlaytikaOSS#1430)
| datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | solr | 9.2 | 9.3 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 6ada6e5 commit d64bbd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-solr/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

embedded-solr/src/main/java/com/playtika/testcontainer/solr/SolrProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public class SolrProperties extends CommonContainerProperties {
1717
public String getDefaultDockerImage() {
1818
// Please don`t remove this comment.
1919
// renovate: datasource=docker
20-
return "solr:9.2";
20+
return "solr:9.3";
2121
}
2222
}

0 commit comments

Comments
 (0)