The 8.0-nanoserver-ltsc2022 image, for instance, still gives following output:
C:\app>dotnet --info
Host:
Version: 8.0.0
Architecture: x64
Commit: 5535e31a71
RID: win-x64
There have been multiple releases after this, including security patches - but despite the docker page suggesting that the images have updated - it looks like the runtime is still pointing to the original 8.0 version, based on the commit SHA.
The
8.0-nanoserver-ltsc2022image, for instance, still gives following output:There have been multiple releases after this, including security patches - but despite the docker page suggesting that the images have updated - it looks like the runtime is still pointing to the original 8.0 version, based on the commit SHA.