From 54bd56714288083a7482326ed09e843180b13b9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:43:44 +0000 Subject: [PATCH] Update nuget non-major dependencies --- Dockerfile | 2 +- .../Altinn.Notifications.Sms.csproj | 8 ++++---- .../Altinn.Notifications.Sms.IntegrationTests.csproj | 8 ++++---- .../Altinn.Notifications.Sms.Tests.csproj | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6db5177..f7da70d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN dotnet publish -c Release -o out ./src/Altinn.Notifications.Sms/Altinn.Notif # Use the official .NET runtime image with Alpine Linux as a base image -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 5092 WORKDIR /app COPY --from=build /app/out ./ diff --git a/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj b/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj index 86d42f7..d4e0363 100644 --- a/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj +++ b/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj @@ -14,9 +14,9 @@ - - - + + + @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj b/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj index 15c7581..e48ede7 100644 --- a/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj +++ b/test/Altinn.Notifications.Sms.IntegrationTests/Altinn.Notifications.Sms.IntegrationTests.csproj @@ -9,9 +9,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj b/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj index 690296a..6fbadb0 100644 --- a/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj +++ b/test/Altinn.Notifications.Sms.Tests/Altinn.Notifications.Sms.Tests.csproj @@ -9,9 +9,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive