Azure-Samples / dotnetcore-docs-hello-world

A simple .NET Core MVC web app for docs
MIT License
19 stars 2.33k forks source link

Update docker image tag #37

Closed yuna-s closed 2 months ago

yuna-s commented 1 year ago

Purpose

The image "mcr.microsoft.com/dotnet/aspnet:6.0.6-nanoserver-ltsc2022" does not exit now, so I propose using another version instead of it. Thank you!

Does this introduce a breaking change?

[ ] Yes
[ × ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ × ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
docker build -f Dockerfile.windows -t dotnetcore-docs-hello-world-windows . 
yuna-s commented 1 year ago

hi @cephalin could you please check this pull request?