Skip to content

Commit 517df67

Browse files
chore(deps): update apachepulsar/pulsar docker tag to v4.0.3 (#2271)
| datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | docker | apachepulsar/pulsar | 4.0.2 | 4.0.3 | Co-authored-by: Renovate Bot <[email protected]>
1 parent 47f2b64 commit 517df67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-pulsar/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
==== Consumes (via `bootstrap.properties`)
1616

1717
* `embedded.pulsar.enabled` `(true|false, default is true)`
18-
* `embedded.pulsar.docker-image` `(default is 'apachepulsar/pulsar:4.0.2')`
18+
* `embedded.pulsar.docker-image` `(default is 'apachepulsar/pulsar:4.0.3')`
1919
** Image versions on https://hub.docker.com/r/apachepulsar/pulsar/tags[dockerhub]
2020
* `embedded.toxiproxy.proxies.pulsar.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-pulsar` container.
2121

embedded-pulsar/src/main/java/com/playtika/testcontainer/pulsar/PulsarProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public class PulsarProperties extends CommonContainerProperties {
1818
public String getDefaultDockerImage() {
1919
// Please don`t remove this comment.
2020
// renovate: datasource=docker
21-
return "apachepulsar/pulsar:4.0.2";
21+
return "apachepulsar/pulsar:4.0.3";
2222
}
2323
}

0 commit comments

Comments
 (0)