From df03ccd4ce82ad925fec8f45a18e34b9a7beae93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:56:55 +0000 Subject: [PATCH] Bump dotnet/nightly/sdk in /app Bumps dotnet/nightly/sdk from 8.0.303-noble-aot to 8.0.401-noble-aot. --- updated-dependencies: - dependency-name: dotnet/nightly/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index c7a74a7..9d4170a 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,6 +1,6 @@ # https://mcr.microsoft.com/product/dotnet/sdk # https://mcr.microsoft.com/v2/dotnet/sdk/tags/list -FROM mcr.microsoft.com/dotnet/nightly/sdk:8.0.303-noble-aot AS builder +FROM mcr.microsoft.com/dotnet/nightly/sdk:8.0.401-noble-aot AS builder WORKDIR /app COPY my-sample-app.csproj . RUN dotnet restore my-sample-app.csproj \