Update Microsoft image link (#15862)

Previous link does not exist anymore. Updated with the correct one.
This commit is contained in:
ltlombardi 2022-10-18 08:30:28 -03:00 committed by GitHub
parent dc7299eb2f
commit 8df57cc9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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