From 02468d9a06d1d0d51b12168769e1c3eca6c9b226 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:50:20 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo --- Directory.Packages.props | 2 +- Dockerfile | 2 +- global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a194f8f4f..7256e099e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -47,7 +47,7 @@ - + diff --git a/Dockerfile b/Dockerfile index 9dfc23e70..68889ba16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN dotnet publish -c Release -o out \ -p:PublishSingleFile=true \ ./src/Microsoft.ComponentDetection -FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:8b045ea3a04beb743cf7dffc14ab79cc88f0623ca4943f4216e37d98a1bd266a AS runtime +FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:38b85f9a4884f66b432987bf6bc0346c3ef58309671e41f01d404fd1f0a7f020 AS runtime WORKDIR /app COPY --from=build /app/out ./ diff --git a/global.json b/global.json index 98a3ddaf9..9d18dadcc 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.416", + "version": "6.0.417", "rollForward": "latestMinor" } }