From 92cb180831711119f74acaa96618d78d4cc3e1cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:26:05 +0000 Subject: [PATCH] Update dotnet monorepo --- Dockerfile | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6464a900a..09b2dd962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:0a55184c1bea8da25a6b9ff0333f5e72aca18a4e76c85e8bcec3ebcf789f1bed AS build +FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:ef3d7ef63687a21ef26682729b40c0f5555442b96c678bede6d05b3c325742cf AS build WORKDIR /app COPY . . RUN dotnet publish -c Release -o out \ @@ -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:6611a1694e1ceac4ef60911cdd8f0fc08e3cc26df5e8e784a8d4b33df008f600 AS runtime WORKDIR /app COPY --from=build /app/out ./ diff --git a/global.json b/global.json index 40a96f29b..4ad6c83b2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.422", + "version": "6.0.425", "rollForward": "latestMinor" } }