From 7731d9ce0391d132db21ad5539386c12434f3597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:15:32 +0000 Subject: [PATCH] Bump dotnet/runtime from `dcc1b45` to `d399699` Bumps dotnet/runtime from `dcc1b45` to `d399699`. --- updated-dependencies: - dependency-name: dotnet/runtime dependency-version: 10.0.8 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 7efc581..5a25900 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.8@sha256:dcc1b45395697ed27239d121eb8f3d5f2e2fd195257d1b8119cb3e9eb85ad44f +FROM mcr.microsoft.com/dotnet/runtime:10.0.8@sha256:d399699ebc8a27ab34665707ae6dc8f77ae478bd319444841a33a2b3840c5c9a WORKDIR /app COPY --from=publish /app . ENTRYPOINT ["dotnet", "PinatBot.dll"]