diff --git a/Dockerfile b/Dockerfile index 6464a900a..6519995de 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:3be77424a9477dc9b28624e1468efce6a9c24c5029af97b9b7ea116e64a68ce2 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" } }