diff --git a/Dockerfile b/Dockerfile index 49e1bc05..c49f96bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:7.0.400-alpine3.18 AS build +FROM mcr.microsoft.com/dotnet/sdk:7.0.401-alpine3.18 AS build WORKDIR /app # Copy csproj and restore as distinct layers @@ -13,7 +13,7 @@ COPY src ./src RUN dotnet publish -c Release -o out ./src/Altinn.Notifications/Altinn.Notifications.csproj # Build runtime image -FROM mcr.microsoft.com/dotnet/aspnet:7.0.10-alpine3.18 AS final +FROM mcr.microsoft.com/dotnet/aspnet:7.0.11-alpine3.18 AS final WORKDIR /app EXPOSE 5090 diff --git a/test/Altinn.Notifications.Tests/Altinn.Notifications.Tests.csproj b/test/Altinn.Notifications.Tests/Altinn.Notifications.Tests.csproj index 1f0d6489..d0a54378 100644 --- a/test/Altinn.Notifications.Tests/Altinn.Notifications.Tests.csproj +++ b/test/Altinn.Notifications.Tests/Altinn.Notifications.Tests.csproj @@ -17,8 +17,8 @@ - - + +