From 44dab215220657f64bd86722d529307cc6aa40a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:16:04 +0000 Subject: [PATCH] Update nuget non-major dependencies --- Dockerfile | 4 ++-- .../Altinn.Notifications.Tests.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - - + +