Skip to content

Commit

Permalink
chore: Pin minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed May 12, 2023
1 parent db8ecf3 commit 859888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers.Keycloak/KeycloakBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Testcontainers.Keycloak;
[PublicAPI]
public sealed class KeycloakBuilder : ContainerBuilder<KeycloakBuilder, KeycloakContainer, KeycloakConfiguration>
{
public const string KeycloakImage = "quay.io/keycloak/keycloak:21.1.1";
public const string KeycloakImage = "quay.io/keycloak/keycloak:21.1";

public const ushort KeycloakPort = 8080;

Expand Down

0 comments on commit 859888b

Please sign in to comment.