We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db1dfa commit be01229Copy full SHA for be01229
test/ProjectOrigin.Vault.Tests/TestClassFixtures/RegistryFixture.cs
@@ -26,7 +26,7 @@ namespace ProjectOrigin.Vault.Tests.TestClassFixtures;
26
27
public class RegistryFixture : IAsyncLifetime
28
{
29
- private const string RegistryImage = "ghcr.io/project-origin/registry-server:2.2.1";
+ private const string RegistryImage = "ghcr.io/project-origin/registry-server:2.2.2";
30
private const string ElectricityVerifierImage = "ghcr.io/project-origin/electricity-server:1.4.0";
31
private const int RabbitMqHttpPort = 15672;
32
private const int GrpcPort = 5000;
0 commit comments