Skip to content

Commit

Permalink
chore(deps): update neo4j docker tag to v5.26 (#2181)
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | neo4j   | 5.25 | 5.26 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Dec 16, 2024
1 parent 80be0fb commit f8f5d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-neo4j/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.neo4j.enabled` `(true|false, default is true)`
* `embedded.neo4j.reuseContainer` `(true|false, default is false)`
* `embedded.neo4j.dockerImage` `(default is 'neo4j:5.25-community')`
* `embedded.neo4j.dockerImage` `(default is 'neo4j:5.26-community')`
** Image versions on https://hub.docker.com/_/neo4j?tab=tags[dockerhub]
* `embedded.neo4j.waitTimeoutInSeconds` `(default is 60 seconds)`
* `embedded.toxiproxy.proxies.neo4j.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-neo4j` container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class Neo4jProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "neo4j:5.25-community";
return "neo4j:5.26-community";
}
}

0 comments on commit f8f5d0f

Please sign in to comment.