Skip to content

Commit 1f2bfd2

Browse files
Use Pulsar 4.0.8 when testing
1 parent acd3f1c commit 1f2bfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DotPulsar.Tests/IntegrationFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public IntegrationFixture(IMessageSink messageSink)
6060
.Build();
6161

6262
_pulsarCluster = new PulsarBuilder()
63-
.WithImage("apachepulsar/pulsar:4.0.5")
63+
.WithImage("apachepulsar/pulsar:4.0.8")
6464
.WithAuthentication()
6565
.WithNetwork(_network)
6666
.WithHostname("pulsar")

0 commit comments

Comments
 (0)