diff --git a/Dockerfile b/Dockerfile index f02f4d3..be3e694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN dotnet restore RUN dotnet build -c Release --no-restore RUN dotnet publish -c Release --no-restore --no-build -o publish -FROM mcr.microsoft.com/dotnet/aspnet:9.0.0 as runtime +FROM mcr.microsoft.com/dotnet/aspnet:9.0.1 as runtime WORKDIR /app COPY --from=build /app/publish /app CMD [ "dotnet", "Demo.dll" ] \ No newline at end of file