Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anything I need to do in the .bicep files to update to .NET 9.0? #378

Closed
essenbee2 opened this issue Nov 15, 2024 · 2 comments
Closed

Anything I need to do in the .bicep files to update to .NET 9.0? #378

essenbee2 opened this issue Nov 15, 2024 · 2 comments

Comments

@essenbee2
Copy link

I have the application deployed and working great in Azure, but I want to upgrade the code to use .NET 9.0 and am unsure if I need to make any changes in the .bicep files to get a container in Azure that has .NET 9.0? Or will ACA just take care of it all and it will "just work"?

Thanks,

Stu

@essenbee2
Copy link
Author

So I am guessing that I need to update the following line in the app/Dockerfile from:

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base

to

FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base

Would that be correct, anyone with more Docker experience than me?

@essenbee2
Copy link
Author

Working with .NET 9.0, with a nice performance boost for the WebAssembly load time :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant