From 496716a2cad89431cfb632007e5a14344ea7a925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 07:40:47 +0100 Subject: [PATCH] chore(deps): update dockerfile non-major dependencies (#121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- test/Altinn.Profile.Tests/Altinn.Profile.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e604fad..3645bc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR Altinn.Profile/ RUN dotnet build Altinn.Profile.csproj -c Release -o /app_output RUN dotnet publish Altinn.Profile.csproj -c Release -o /app_output -FROM mcr.microsoft.com/dotnet/aspnet:8.0.0-alpine3.18 AS final +FROM mcr.microsoft.com/dotnet/aspnet:8.0.1-alpine3.18 AS final EXPOSE 5030 WORKDIR /app COPY --from=build /app_output . diff --git a/test/Altinn.Profile.Tests/Altinn.Profile.Tests.csproj b/test/Altinn.Profile.Tests/Altinn.Profile.Tests.csproj index 090e11b..69c19f9 100644 --- a/test/Altinn.Profile.Tests/Altinn.Profile.Tests.csproj +++ b/test/Altinn.Profile.Tests/Altinn.Profile.Tests.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive