This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new f488927 Updated images used for testing
f488927 is described below
commit f4889274c2b0d46379e9c40fd2ee227931d657bf
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Jul 17 11:44:10 2025 +0200
Updated images used for testing
---
tests/DotPulsar.Tests/IntegrationFixture.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/DotPulsar.Tests/IntegrationFixture.cs
b/tests/DotPulsar.Tests/IntegrationFixture.cs
index aafd4e0..88dcbdb 100644
--- a/tests/DotPulsar.Tests/IntegrationFixture.cs
+++ b/tests/DotPulsar.Tests/IntegrationFixture.cs
@@ -51,7 +51,7 @@ public class IntegrationFixture : IAsyncLifetime
.Build();
_toxiProxy = new ContainerBuilder()
- .WithImage("ghcr.io/shopify/toxiproxy:2.11.0")
+ .WithImage("ghcr.io/shopify/toxiproxy:2.12.0")
.WithPortBinding(ToxiProxyControlPort, true)
.WithPortBinding(ToxiProxyPort, true)
.WithHostname("toxiproxy")
@@ -60,6 +60,7 @@ public class IntegrationFixture : IAsyncLifetime
.Build();
_pulsarCluster = new PulsarBuilder()
+ .WithImage("apachepulsar/pulsar:4.0.5")
.WithAuthentication()
.WithNetwork(_network)
.WithHostname("pulsar")