Skip to content

Commit

Permalink
chore(deps): update cockroachdb/cockroach docker tag to v24.3.1 (#2188)
Browse files Browse the repository at this point in the history
| datasource | package               | from    | to      |
| ---------- | --------------------- | ------- | ------- |
| docker     | cockroachdb/cockroach | v24.3.0 | v24.3.1 |

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

* `embedded.cockroach.enabled` `(true|false, default is true)`
* `embedded.cockroach.reuseContainer` `(true|false, default is false)`
* `embedded.cockroach.dockerImage` `(default is 'cockroachdb/cockroach:v24.3.0')`
* `embedded.cockroach.dockerImage` `(default is 'cockroachdb/cockroach:v24.3.1')`
** Image versions on https://hub.docker.com/r/cockroachdb/cockroach/tags[dockerhub]
* `embedded.cockroach.initScriptPath` `(default is null)`
* `embedded.toxiproxy.proxies.cockroach.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-cockroachdb` container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public class CockroachDBProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "cockroachdb/cockroach:v24.3.0";
return "cockroachdb/cockroach:v24.3.1";
}
}

0 comments on commit 79237b0

Please sign in to comment.