Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed Apr 26, 2024
1 parent bd5e14f commit a768609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class KeycloakFixture : IAsyncLifetime
{
public KeycloakContainer Keycloak { get; } = new KeycloakBuilder()
.WithImage("quay.io/keycloak/keycloak:24.0.3")
.WithImage("docker.io/quay.io/keycloak/keycloak:24.0.3")
.Build();

public string BaseAddress => this.Keycloak.GetBaseAddress();
Expand Down

0 comments on commit a768609

Please sign in to comment.