Skip to content

Commit d18f680

Browse files
Update mcr.microsoft.com/dotnet/aspnet:8.0-alpine Docker digest to be25345 (#1341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67e69d6 commit d18f680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Altinn.App.Analyzers.Tests/testapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY /App .
88

99
RUN dotnet publish App.csproj --configuration Release --output /app_output
1010

11-
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:503fd45ad9765c13bdc09bd715cf78b2c0a9bea397fde120a4c5ec496dc6b1db AS final
11+
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:be25345551555a8d61b91b603e8ee08a5a7d23779ca8c1e84028fdb551b950ad AS final
1212
EXPOSE 5005
1313
WORKDIR /App
1414
COPY --from=build /app_output .

0 commit comments

Comments
 (0)