We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a30a9 commit f3f2d07Copy full SHA for f3f2d07
Dockerfile
@@ -10,7 +10,7 @@ RUN dotnet publish -c Release -o out \
10
-p:PublishSingleFile=true \
11
./src/Microsoft.ComponentDetection
12
13
-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:773c6c77400b4fd9d616f331dc8fd7d6b0a9e48bc9abe4e8d4c90d9fc3f69824 AS runtime
14
WORKDIR /app
15
COPY --from=build /app/out ./
16
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "6.0.422",
+ "version": "6.0.423",
4
"rollForward": "latestMinor"
5
}
6
0 commit comments