From fa0da6f6858a72342da792b813d3f12f0d206b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:25:17 +0000 Subject: [PATCH] Bump dotnet/sdk from `e1fc6e4` to `e1ffd2a` in /samples/Signalboard Bumps dotnet/sdk from `e1fc6e4` to `e1ffd2a`. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0-noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/Signalboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Signalboard/Dockerfile b/samples/Signalboard/Dockerfile index 616c69c..d31bce9 100644 --- a/samples/Signalboard/Dockerfile +++ b/samples/Signalboard/Dockerfile @@ -5,7 +5,7 @@ # Pinned by digest, not by tag. A tag is a moving pointer, so `10.0-noble` today and `10.0-noble` # next month are different images, and the build that was reviewed is not the image that ships. # Dependabot watches this directory and raises the digest bumps, so pinning does not mean freezing. -FROM mcr.microsoft.com/dotnet/sdk:10.0-noble@sha256:e1fc6e423f543119c406d24e2e687d67c569f18f04a37a8b0005d80ad0dcee80 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0-noble@sha256:e1ffd2a92ae84c1291bc1b6887501f8af98e6331e7af6d4c8d37168c5e87a64c AS build WORKDIR /src # The whole source before restore, not the project files first. The usual manifests-first trick