diff --git a/Directory.Packages.props b/Directory.Packages.props index 614e3bc8..739f6ef4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -11,10 +11,10 @@ - + - - + + @@ -47,7 +47,7 @@ - + diff --git a/Dockerfile b/Dockerfile index 6464a900..8c231391 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:912393f5337880c39df2cfd8b1cf38979be046be32e26cf49345327fb5543b7d 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:46b9f8ea7b7744962a968b9fb7f64017a22a1f253545df6e78aa57c53433e608 AS runtime WORKDIR /app COPY --from=build /app/out ./ diff --git a/global.json b/global.json index a4a1da90..56f99197 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.303", + "version": "8.0.404", "rollForward": "latestMinor" } }