From f3f2d07cac5a1b2558e0a085fdc0732e54d95e5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:42:33 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo --- Dockerfile | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6464a900a..e04f81667 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:150acf1b3bcda669d82f069c92eb846937661c79314d1b53154a8787934b5911 AS runtime +FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:773c6c77400b4fd9d616f331dc8fd7d6b0a9e48bc9abe4e8d4c90d9fc3f69824 AS runtime WORKDIR /app COPY --from=build /app/out ./ diff --git a/global.json b/global.json index 40a96f29b..e054d5562 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.422", + "version": "6.0.423", "rollForward": "latestMinor" } }