Skip to content

Commit bf784cf

Browse files
chore(deps): update dotnet monorepo
1 parent f316706 commit bf784cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:b4da3245ef6d7fff81d14e33c632832ce5d06a93f2fbff5130adb6bdad555d06 AS runtime
1414
WORKDIR /app
1515
COPY --from=build /app/out ./
1616

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.422",
3+
"version": "6.0.423",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)