diff --git a/Dockerfile b/Dockerfile index 0a57374..48cc8a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN dotnet build -c Release --no-restore FROM build AS publish RUN dotnet publish -c Release --no-build -o /app -FROM mcr.microsoft.com/dotnet/runtime:10.0.11@sha256:cd45a6df90f98d55605fe958a6f6a89cfb746a4dc143ca451757e3e24e4f4b50 +FROM mcr.microsoft.com/dotnet/runtime:10.0.12@sha256:399e54a8a7e35c3aba78398b2840455d45185cba20b831b8a2b46f849f4f5001 WORKDIR /app COPY --from=publish /app . ENTRYPOINT ["dotnet", "PinatBot.dll"]