Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/nightly/runtime-deps:7.0…
Browse files Browse the repository at this point in the history
…-cbl-mariner-distroless docker digest to a67275e
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 2822f68 commit fff94db
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 @@ -14,7 +14,7 @@ RUN dotnet restore -r $(cat /tmp/rid) /p:PublishReadyToRun=true
RUN dotnet publish src/JamieMagee.Stethoscope.Cli/JamieMagee.Stethoscope.Cli.csproj -c Release -f net7.0 -o /app -r $(cat /tmp/rid) --self-contained true --no-restore /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishSingleFile=true


FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:7.0-cbl-mariner-distroless@sha256:0f2de1a51f8d3f2b2d4232e9383da48e80a6424997ac56208a73a55cdcddb420
FROM mcr.microsoft.com/dotnet/nightly/runtime-deps:7.0-cbl-mariner-distroless@sha256:a67275ebd532d5a002f7346be1974700175fd4e0c30c5ac363a4c666676d5cfd
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT ["./JamieMagee.Stethoscope.Cli"]

0 comments on commit fff94db

Please sign in to comment.