Skip to content

Commit 027db4b

Browse files
chore(deps): update nats docker tag to v2.10 (#1513)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3f190bb commit 027db4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-nats/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

embedded-nats/src/main/java/com/playtika/testcontainer/nats/NatsProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public class NatsProperties extends CommonContainerProperties {
2121
public String getDefaultDockerImage() {
2222
// Please don`t remove this comment.
2323
// renovate: datasource=docker
24-
return "nats:2.9";
24+
return "nats:2.10";
2525
}
2626
}

0 commit comments

Comments
 (0)