mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 10:33:43 +00:00
fix: Update mssql test container image
This commit is contained in:
parent
205a510601
commit
0f52653d39
@ -13,6 +13,8 @@ internal class GlobalSetupFixture
|
|||||||
private static Respawner? s_respawner;
|
private static Respawner? s_respawner;
|
||||||
|
|
||||||
public static MsSqlContainer DatabaseContainer { get; } = new MsSqlBuilder()
|
public static MsSqlContainer DatabaseContainer { get; } = new MsSqlBuilder()
|
||||||
|
// Required for https://github.com/docker/for-mac/issues/7368
|
||||||
|
.WithImage("mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04")
|
||||||
.WithPortBinding(MsSqlBuilder.MsSqlPort, assignRandomHostPort: true)
|
.WithPortBinding(MsSqlBuilder.MsSqlPort, assignRandomHostPort: true)
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user