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 4b5500c commit 3beb1afCopy full SHA for 3beb1af
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:7f21c28a4fd2b13715b76fb6544ccee1268614fa74ef46566587e6dc24e8583d AS runtime
+FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:7b8cfde0c621633fa2dfae8265f4c3a71341a2228a99ef80954ef1746f6ec4ab AS runtime
14
WORKDIR /app
15
COPY --from=build /app/out ./
16
0 commit comments