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 93f827c commit 013d542Copy full SHA for 013d542
test/ProjectOrigin.Vault.Tests/TestClassFixtures/RegistryFixture.cs
@@ -26,7 +26,7 @@ namespace ProjectOrigin.Vault.Tests.TestClassFixtures;
26
public class RegistryFixture : IAsyncLifetime
27
{
28
private const string RegistryImage = "ghcr.io/project-origin/registry-server:2.1.0";
29
- private const string ElectricityVerifierImage = "ghcr.io/project-origin/electricity-server:1.3.2";
+ private const string ElectricityVerifierImage = "ghcr.io/project-origin/electricity-server:1.3.3";
30
private const int RabbitMqHttpPort = 15672;
31
private const int GrpcPort = 5000;
32
private const string RegistryAlias = "registry-container";
0 commit comments