diff --git a/Dockerfile b/Dockerfile index 601d8d5..791d54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine AS base +FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine AS base WORKDIR /app COPY . . ENTRYPOINT ["dotnet", "Eleia.dll"] \ No newline at end of file diff --git a/src/Eleia.csproj b/src/Eleia.csproj index 0282d79..c5e6590 100644 --- a/src/Eleia.csproj +++ b/src/Eleia.csproj @@ -9,12 +9,12 @@ - + - - - - + + + +