From 6ef8007807e2fd73597b35f0d5b8af3be8c463fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 06:01:13 +0000 Subject: [PATCH] Bump dotnet/aspnet from 8.0-alpine to 10.0-alpine Bumps dotnet/aspnet from 8.0-alpine to 10.0-alpine. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9f63e926..9176902d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR Authorization/ RUN dotnet build Altinn.Platform.Authorization.csproj -c Release -o /app_output RUN dotnet publish Altinn.Platform.Authorization.csproj -c Release -o /app_output -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS final +FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS final EXPOSE 5050 WORKDIR /app COPY --from=build /app_output .