File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN dotnet tool install --global dotnet-dump
66RUN dotnet tool install --global dotnet-gcmon
77RUN dotnet tool install --global dotnet-stack
88
9- FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:d1f21f18d9a720274eef9fe68fe3cbdd2301e42628447a2ef2632d0006881628
9+ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:8f4ced906b6610a1835696f59d80e992008957d38317093258e0879f736d28ed
1010# Copy installed tools from the build image. This increases image size from 262MB to 370MB
1111COPY --from=build /root/.dotnet /root/.dotnet
1212ENV PATH="$PATH:/root/.dotnet/tools"
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:d1f21f18d9a720274eef9fe68fe3cbdd2301e42628447a2ef2632d0006881628
1+ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:8f4ced906b6610a1835696f59d80e992008957d38317093258e0879f736d28ed
22
33# Defaults New Relic
44ENV CORECLR_NEWRELIC_HOME /usr/local/newrelic-dotnet-agent
You can’t perform that action at this time.
0 commit comments