From 8df57cc9f0c72278497575046ce99453fb6ce60f Mon Sep 17 00:00:00 2001 From: ltlombardi Date: Tue, 18 Oct 2022 08:30:28 -0300 Subject: [PATCH] Update Microsoft image link (#15862) Previous link does not exist anymore. Updated with the correct one. --- samples/aspnet-mssql-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/aspnet-mssql-compose.md b/samples/aspnet-mssql-compose.md index b98a1ff5a1..d93bc149e9 100644 --- a/samples/aspnet-mssql-compose.md +++ b/samples/aspnet-mssql-compose.md @@ -36,7 +36,7 @@ configure this app to use our SQL Server database, and then create a into your host machine in the working directory: ```console - $ docker run -v ${PWD}:/app --workdir /app microsoft/dotnet:2.1-sdk dotnet new mvc --auth Individual + $ docker run -v ${PWD}:/app --workdir /app mcr.microsoft.com/dotnet/sdk dotnet new mvc --auth Individual ``` > **Note**: If running in Docker Desktop for Windows, make sure to use Powershell