Skip to content

Commit b714d28

Browse files
committed
Update Pulsar Container
1 parent 2957046 commit b714d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class PulsarContainer extends GenericContainer<PulsarContainer> {
1111
public static final int PULSAR_PORT = 6850;
1212

1313
public PulsarContainer() {
14-
this("2.1.0-incubating");
14+
this("2.2.0-incubating");
1515
}
1616

1717
public PulsarContainer(String pulsarVersion) {

0 commit comments

Comments
 (0)