Skip to content

Commit 9982128

Browse files
Update dotnet monorepo
1 parent 809f458 commit 9982128

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageVersion Include="System.Reactive" Version="6.0.1" />
4848
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0" />
4949
<PackageVersion Include="System.Text.Json" Version="8.0.4" />
50-
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="8.0.0" />
50+
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="8.0.1" />
5151
<PackageVersion Include="Tomlyn.Signed" Version="0.17.0" />
5252
<PackageVersion Include="yamldotnet" Version="15.1.6" />
5353
<PackageVersion Include="Faker.net" Version="2.0.163" />

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:0a55184c1bea8da25a6b9ff0333f5e72aca18a4e76c85e8bcec3ebcf789f1bed AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0@sha256:c3e1b51ec0d87798c598cef029aa3070bcfca299f419c09e3565a5cfdfb52c77 AS build
22
WORKDIR /app
33
COPY . .
44
RUN dotnet publish -c Release -o out \
@@ -10,7 +10,7 @@ RUN dotnet publish -c Release -o out \
1010
-p:PublishSingleFile=true \
1111
./src/Microsoft.ComponentDetection
1212

13-
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:150acf1b3bcda669d82f069c92eb846937661c79314d1b53154a8787934b5911 AS runtime
13+
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:4549e77079ca01211630172d1947311a7aeb79b391831efc0e94923f2171551e AS runtime
1414
WORKDIR /app
1515
COPY --from=build /app/out ./
1616

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.303",
3+
"version": "8.0.402",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)