Skip to content

Commit

Permalink
Merge pull request #43534 from onobc
Browse files Browse the repository at this point in the history
* pr/43534:
  Update version of Pulsar test container image

Closes gh-43534
  • Loading branch information
philwebb committed Dec 17, 2024
2 parents 155f8d3 + 02f748b commit 66f1b3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public enum TestImage {
/**
* A container image suitable for testing Pulsar.
*/
PULSAR("apachepulsar/pulsar", "3.2.4", () -> PulsarContainer.class,
PULSAR("apachepulsar/pulsar", "3.3.3", () -> PulsarContainer.class,
(container) -> ((PulsarContainer) container).withStartupAttempts(2)
.withStartupTimeout(Duration.ofMinutes(3))),

Expand Down

0 comments on commit 66f1b3a

Please sign in to comment.