diff --git a/Dockerfile b/Dockerfile index 6464a900a..6737dd520 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:3fb96c6d1b7d2f22e9a04798c61819ae8e02dfa3a76c383315f7d3a7252fa11e AS runtime WORKDIR /app COPY --from=build /app/out ./ diff --git a/global.json b/global.json index 40a96f29b..06815ef2c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.422", + "version": "6.0.424", "rollForward": "latestMinor" } }