From 2a43b0469d113d6f109a379e76c8b3daca1a56e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 14:42:58 +0000 Subject: [PATCH] Bump dotnet/runtime from `acad02e` to `a365ce6` Bumps dotnet/runtime from `acad02e` to `a365ce6`. --- updated-dependencies: - dependency-name: dotnet/runtime dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9858f3c..2352c5b 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:acad02eb5c4fbf57d15296f9c08d56cd4036e915bdae5b4dd48a06523d452617 +FROM mcr.microsoft.com/dotnet/runtime:10.0.11@sha256:a365ce6a50b09176855d085c69da3fc1204a48432e36087e9a208f6e5860e235 WORKDIR /app COPY --from=publish /app . ENTRYPOINT ["dotnet", "PinatBot.dll"]