From 37a10c09781ac8e291fb0f7391d6141ef67dd7a3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 18 Nov 2023 09:54:28 +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 4a0643381..b829523f6 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -47,7 +47,7 @@
-
+
diff --git a/Dockerfile b/Dockerfile
index 9dfc23e70..43a791e5f 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:7f21c28a4fd2b13715b76fb6544ccee1268614fa74ef46566587e6dc24e8583d 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"
}
}