We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a6cc9 commit 8178956Copy full SHA for 8178956
aspnetcore/migration/21-to-22.md
@@ -78,6 +78,17 @@ services.AddMvc()
78
.SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
79
```
80
81
+## Update Docker images
82
+
83
+The following table shows the Docker image tag changes:
84
85
+|2.1 |2.2 |
86
+|------------------------------------------|------------------------------------------|
87
+|`microsoft/dotnet:2.1-aspnetcore-runtime` |`microsoft/dotnet:2.2-aspnetcore-runtime` |
88
+|`microsoft/dotnet:2.1-sdk` |`microsoft/dotnet:2.2-sdk` |
89
90
+Change the `FROM` lines in your *Dockerfile* to use the new image tags in the preceding table's 2.2 column.
91
92
## Additional resources
93
94
* <xref:mvc/compatibility-version>
0 commit comments