From 881d4aaac93f454a58a771a2f617a5443fff1541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:27:43 +0000 Subject: [PATCH] Bump dotnet/nightly/runtime-deps in /app Bumps dotnet/nightly/runtime-deps from 8.0.5-noble-chiseled-aot to 8.0.6-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] --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index afb192d..70683b8 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -17,7 +17,7 @@ RUN dotnet publish my-sample-app.csproj \ # https://mcr.microsoft.com/product/dotnet/runtime-deps # https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list -FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0.5-noble-chiseled-aot +FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0.6-noble-chiseled-aot WORKDIR /app COPY --from=builder /my-sample-app . EXPOSE 8080