Skip to content

Commit

Permalink
Revert "Change SQL Server docker image to 2019."
Browse files Browse the repository at this point in the history
This reverts commit 63a140a.
  • Loading branch information
mo-esmp committed Sep 27, 2024
1 parent 63a140a commit fbcd504
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Dapper;
using System.Threading.Tasks;
using Dapper;
using DotNet.Testcontainers.Builders;
using DotNet.Testcontainers.Containers;
using Microsoft.Data.SqlClient;
Expand All @@ -9,7 +10,6 @@
using Serilog.Ui.Core.Extensions;
using Serilog.Ui.MsSqlServerProvider;
using Serilog.Ui.MsSqlServerProvider.Extensions;
using System.Threading.Tasks;
using Testcontainers.MsSql;
using Xunit;

Expand All @@ -32,7 +32,6 @@ protected MsSqlServerTestProvider()
.ForUnixContainer()
.UntilCommandIsCompleted("/opt/mssql-tools18/bin/sqlcmd", "-C", "-Q", "SELECT 1;");
Container = new MsSqlBuilder()
.WithImage("mcr.microsoft.com/mssql/server:2019-lates")
.WithWaitStrategy(waitStrategy)
.Build();
}
Expand Down

0 comments on commit fbcd504

Please sign in to comment.