You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bl...@apache.org on 2022/06/13 06:04:13 UTC

[pulsar-dotpulsar] branch master updated: Use the latest Pulsar (2.10.0) for testing

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 2994947  Use the latest Pulsar (2.10.0) for testing
2994947 is described below

commit 29949472926f90d9617ae68115f538f0b4644d8f
Author: Daniel Blankensteiner <db...@vmail.dk>
AuthorDate: Mon Jun 13 08:03:56 2022 +0200

    Use the latest Pulsar (2.10.0) for testing
---
 tests/DotPulsar.Tests/IntegrationFixture.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/DotPulsar.Tests/IntegrationFixture.cs b/tests/DotPulsar.Tests/IntegrationFixture.cs
index d9a2ad7..234fa57 100644
--- a/tests/DotPulsar.Tests/IntegrationFixture.cs
+++ b/tests/DotPulsar.Tests/IntegrationFixture.cs
@@ -62,7 +62,7 @@ public class IntegrationFixture : IAsyncLifetime
 
         _cluster = new Builder()
             .UseContainer()
-            .UseImage("apachepulsar/pulsar:2.9.2")
+            .UseImage("apachepulsar/pulsar:2.10.0")
             .WithEnvironment(environmentVariables)
             .ExposePort(Port)
             .Command("/bin/bash -c", arguments)