Skip to content

Commit 3534830

Browse files
Copiloteerhardt
andauthored
Revert SQL Server container image tag from 2025-latest to 2022-latest for Mac ARM compatibility (#11905)
* Initial plan * Revert SQL Server container image tag from 2025-latest to 2022-latest Co-authored-by: eerhardt <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: eerhardt <[email protected]>
1 parent 8b9d2f6 commit 3534830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Aspire.Hosting.SqlServer/SqlServerContainerImageTags.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ internal static class SqlServerContainerImageTags
1111
/// <remarks>mssql/server</remarks>
1212
public const string Image = "mssql/server";
1313

14-
/// <remarks>2025-latest</remarks>
15-
public const string Tag = "2025-latest";
14+
/// <remarks>2022-latest</remarks>
15+
public const string Tag = "2022-latest";
1616
}

0 commit comments

Comments
 (0)