diff --git a/Dockerfile b/Dockerfile index 7e600f7..c1f2c90 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:8.0.7 as runtime +FROM mcr.microsoft.com/dotnet/aspnet:8.0.8 as runtime WORKDIR /app COPY --from=build /app/publish /app CMD [ "dotnet", "Demo.dll" ] \ No newline at end of file