Skip to content

Commit

Permalink
chore(deps): update nuget non-major dependencies (#131)
Browse files Browse the repository at this point in the history
Weekly patching
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 113ee9f commit 1ea5925
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.100-1-alpine3.18 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.200-alpine3.18 AS build
WORKDIR Altinn.Profile/

COPY src/Altinn.Profile ./Altinn.Profile
Expand All @@ -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.1-alpine3.18 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.2-alpine3.18 AS final
EXPOSE 5030
WORKDIR /app
COPY --from=build /app_output .
Expand Down
4 changes: 2 additions & 2 deletions src/Altinn.Profile/Altinn.Profile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Altinn.Common.AccessToken" Version="4.0.1" />
<PackageReference Include="Altinn.Platform.Models" Version="1.3.0" />
<PackageReference Include="Altinn.Common.AccessToken" Version="4.1.0" />
<PackageReference Include="Altinn.Platform.Models" Version="1.4.0" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.0" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/Altinn.Profile.Tests/Altinn.Profile.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
Expand Down

0 comments on commit 1ea5925

Please sign in to comment.