From c1c43b9c7004c0fe7f2b3e817895439cb514dddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:52:02 +0000 Subject: [PATCH] Bump dotnet/aspnet from 8.0-alpine to 9.0-alpine Bumps dotnet/aspnet from 8.0-alpine to 9.0-alpine. --- updated-dependencies: - dependency-name: dotnet/aspnet 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..66e0eac6e 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:9.0-alpine AS final EXPOSE 5050 WORKDIR /app COPY --from=build /app_output .