Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mar…
Browse files Browse the repository at this point in the history
…iner2.0 docker digest to cd2caa8
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 2701804 commit a2631b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:8b045ea3a04beb743cf7dffc14ab79cc88f0623ca4943f4216e37d98a1bd266a AS runtime
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-cbl-mariner2.0@sha256:cd2caa8e20582b380cf4828534f8339f41664b6acdf8efcd97a914fa20eec0e1 AS runtime
WORKDIR /app
COPY --from=build /app/out ./

Expand Down

0 comments on commit a2631b8

Please sign in to comment.