Base solution for your next web application
Open Closed

.NET version in Dockerfile wrong in Zero 14.0.0 #12281


User avatar
0
ips-ad created

Hi,

We found an error in the Dockerfile.original in Zero 14.0.0 that you might want to fix :-) It still points to 8.0, but needs to point to 9.0:

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

WORKDIR /app
COPY . .

ENTRYPOINT ["dotnet", "IPSweb.Web.Host.dll"]

Best regards


1 Answer(s)
  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi @ips-ad

    Thank you for your feedback. You can follow the developments in the issue here. Enjoy your work.