From 3ac9e1ad9f02e0508777ce1358eecd238315b91b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:42:14 +0000 Subject: [PATCH] Bump dotnet/runtime from `58318ab` to `6a40d37` Bumps dotnet/runtime from `58318ab` to `6a40d37`. --- updated-dependencies: - dependency-name: dotnet/runtime dependency-version: 10.0.9 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 180760a..c116d8f 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.9@sha256:58318ab0733b63d3ac0d7609c46f2718244e623a176f45991ee01fad46fbf880 +FROM mcr.microsoft.com/dotnet/runtime:10.0.9@sha256:6a40d375e9c8432fcf4adebae05d7e0a276e9a90dd01174df6709a090771bebc WORKDIR /app COPY --from=publish /app . ENTRYPOINT ["dotnet", "PinatBot.dll"]