Someone on discord pointed out that my docker file was using
FROM mcr.microsoft.com/dotnet/aspnet:latest AS base
aspnet 7.0 was released last month. Changing latest to 6.0 fixed it.
A noob error indeed
Share and learn in the Docker community.
Someone on discord pointed out that my docker file was using
FROM mcr.microsoft.com/dotnet/aspnet:latest AS base
aspnet 7.0 was released last month. Changing latest to 6.0 fixed it.
A noob error indeed