diff --git a/Frontend/Dockerfile b/Frontend/Dockerfile index 78a6655..fd2b66c 100644 --- a/Frontend/Dockerfile +++ b/Frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:7.0 +FROM mcr.microsoft.com/dotnet/aspnet:8.0 WORKDIR /app COPY ./publish/ . ENTRYPOINT ["dotnet", "Frontend.dll"] \ No newline at end of file