Skip to content

Commit

Permalink
Upgrade to apachepulsar/pulsar 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Aug 22, 2024
1 parent 459d899 commit d974686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public enum TestImage {
/**
* A container image suitable for testing Pulsar.
*/
PULSAR("apachepulsar/pulsar", "3.2.0", () -> PulsarContainer.class,
PULSAR("apachepulsar/pulsar", "3.2.4", () -> PulsarContainer.class,
(container) -> ((PulsarContainer) container).withStartupAttempts(2)
.withStartupTimeout(Duration.ofMinutes(3))),

Expand Down

0 comments on commit d974686

Please sign in to comment.