Skip to content

Commit

Permalink
Update MsSqlBuilder.cs
Browse files Browse the repository at this point in the history
Update MsSql default image
  • Loading branch information
kek-Sec authored Sep 23, 2024
1 parent 1cc56ea commit bf958ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Testcontainers.MsSql/MsSqlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Testcontainers.MsSql;
[PublicAPI]
public sealed class MsSqlBuilder : ContainerBuilder<MsSqlBuilder, MsSqlContainer, MsSqlConfiguration>
{
public const string MsSqlImage = "mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04";
public const string MsSqlImage = "mcr.microsoft.com/mssql/server:2022-latest";

public const ushort MsSqlPort = 1433;

Expand Down Expand Up @@ -149,4 +149,4 @@ private static async Task<bool> UntilAsync(MsSqlContainer container)
return 0L.Equals(execResult.ExitCode);
}
}
}
}

0 comments on commit bf958ef

Please sign in to comment.