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..0887fdd 100644 --- a/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj +++ b/src/Altinn.Notifications.Sms/Altinn.Notifications.Sms.csproj @@ -14,9 +14,9 @@ - - - + + + 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..499bc84 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 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..99bba17 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