Skip to content

Commit

Permalink
fix: Update mssql test container image (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 authored Oct 2, 2024
2 parents 205a510 + 0f52653 commit c9bcf47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CleanArchitecture.IntegrationTests/GlobalSetupFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ internal class GlobalSetupFixture
private static Respawner? s_respawner;

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)
.Build();

Expand Down

0 comments on commit c9bcf47

Please sign in to comment.