Skip to content

Commit f234d30

Browse files
chore(deps): update mcr.microsoft.com/dotnet/aspnet:8.0-alpine docker digest to 8f4ced9
1 parent 4e1287d commit f234d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

8-alpine-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dotnet tool install --global dotnet-dump
66
RUN dotnet tool install --global dotnet-gcmon
77
RUN 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
1111
COPY --from=build /root/.dotnet /root/.dotnet
1212
ENV PATH="$PATH:/root/.dotnet/tools"

8-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
ENV CORECLR_NEWRELIC_HOME /usr/local/newrelic-dotnet-agent

0 commit comments

Comments
 (0)