From 5562d3321b51b207eaf0298563475b07242eeaa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:32:39 +0000 Subject: [PATCH] build: bump dotnet/nightly/runtime-deps Bumps dotnet/nightly/runtime-deps from 8.0.7-noble-chiseled-aot to 8.0.8-noble-chiseled-aot. --- updated-dependencies: - dependency-name: dotnet/nightly/runtime-deps 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 b1c0cec..ee52fc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN rm /app/*.dbg /app/*.Development.json # https://mcr.microsoft.com/product/dotnet/runtime-deps # https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0.7-noble-chiseled-aot as final +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0.8-noble-chiseled-aot as final WORKDIR /app COPY --from=build /app .