From f42ad3211afc13b4c968d575c68975c4c62e20e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:15:27 +0000 Subject: [PATCH] Bump the docker group across 1 directory with 2 updates Bumps the docker group with 2 updates in the /DiscordBot directory: dotnet/sdk and dotnet/runtime. Updates `dotnet/sdk` from `d8ee398` to `620e765` Updates `dotnet/runtime` from `9297ae3` to `216f4e2` --- updated-dependencies: - dependency-name: dotnet/runtime dependency-version: 10.0-alpine dependency-type: direct:production dependency-group: docker - dependency-name: dotnet/sdk dependency-version: 10.0-alpine dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- DiscordBot/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscordBot/Dockerfile b/DiscordBot/Dockerfile index d166072..d926bf0 100644 --- a/DiscordBot/Dockerfile +++ b/DiscordBot/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine@sha256:d8ee39817ca03a3757288e83c37ed73cc969a286c603b827c7cbe33add1c2d1c AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine@sha256:620e765fe18186c08399f7aa978f79f04b6bbf0ee1b3b8a91e2d5c9619e59da1 AS build WORKDIR /src # Copy only project files first for layer-cached restore. @@ -13,7 +13,7 @@ COPY DiscordBot/ ./DiscordBot/ RUN dotnet publish DiscordBot/DiscordBot.csproj -c Release -o /publish --no-restore -FROM mcr.microsoft.com/dotnet/runtime:10.0-alpine@sha256:9297ae3050f7e80428142f784a6d016f80bc8b5cd54e7fc1b596935911b1e58e +FROM mcr.microsoft.com/dotnet/runtime:10.0-alpine@sha256:216f4e2027da6ae806e0bc4b448669ac0faa00125908e308f31dd70598e58136 WORKDIR /app ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false