Skip to content

Commit

Permalink
Update 30 to 31.md
Browse files Browse the repository at this point in the history
Update the docker pull path based on the new .net docker repo change. dotnet/dotnet-docker#2375
  • Loading branch information
ronnelsantiago committed Feb 4, 2022
1 parent 2ca7da6 commit 1fd3743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/migration/30-to-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ In the project file, update each `Microsoft.AspNetCore.*` package reference's `V
For apps using Docker, use a base image that includes ASP.NET Core 3.1. For example:

```console
docker pull mcr.microsoft.com/dotnet/core/aspnet:3.1
docker pull mcr.microsoft.com/dotnet/aspnet:3.1
```

## React to SameSite cookie changes
Expand Down

0 comments on commit 1fd3743

Please sign in to comment.