From 7c9b7e5a0a2085ca6b40611837ac070203a3d849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:42:22 +0000 Subject: [PATCH] Bump dotnet/runtime from `ed5d539` to `68d3501` Bumps dotnet/runtime from `ed5d539` to `68d3501`. --- updated-dependencies: - dependency-name: dotnet/runtime dependency-version: 10.0.10 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 43f4d1a..252af51 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.10@sha256:ed5d539b27842d656a06a5984dbcb5114d3e885fbada612a49a5a7c3c3a44e1c +FROM mcr.microsoft.com/dotnet/runtime:10.0.10@sha256:68d35011fe04a39cca38208d392ed48f2df15653633dca16dbc4582d07342b9f WORKDIR /app COPY --from=publish /app . ENTRYPOINT ["dotnet", "PinatBot.dll"]