We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2957046 commit b714d28Copy full SHA for b714d28
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
@@ -11,7 +11,7 @@ public class PulsarContainer extends GenericContainer<PulsarContainer> {
11
public static final int PULSAR_PORT = 6850;
12
13
public PulsarContainer() {
14
- this("2.1.0-incubating");
+ this("2.2.0-incubating");
15
}
16
17
public PulsarContainer(String pulsarVersion) {
0 commit comments