Skip to content

Commit

Permalink
chore(deps): update nats docker tag to v2.10 (#1513)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Sep 26, 2023
1 parent 3f190bb commit 027db4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-nats/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

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

0 comments on commit 027db4b

Please sign in to comment.