Skip to content

Commit

Permalink
chore(deps): update dockerfile non-major dependencies (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent af47b15 commit 496716a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-alpine3.18 AS final
FROM mcr.microsoft.com/dotnet/aspnet:8.0.1-alpine3.18 AS final
EXPOSE 5030
WORKDIR /app
COPY --from=build /app_output .
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 @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 496716a

Please sign in to comment.