Skip to content

Commit

Permalink
chore(deps): update nuget non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 8ebc353 commit a1b8494
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
@@ -1,5 +1,5 @@
# Building studio frontend
FROM node:21.2.0-alpine AS generate-studio-frontend
FROM node:21.3.0-alpine AS generate-studio-frontend
WORKDIR /build
COPY . .
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion backend/packagegroups/NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<ItemGroup Label="Altinn specific packages">
<!-- Need to update to .NET8 before upgrading App Core from 8.0.0-preview.10 -->
<PackageReference Update="Altinn.App.Core" Version="8.0.0-preview.10" />
<PackageReference Update="Altinn.App.Core" Version="8.0.0-preview.11" />
<PackageReference Update="Altinn.Common.AccessToken" Version="3.0.3" />
<PackageReference Update="Altinn.Common.AccessTokenClient" Version="1.1.5" />
<PackageReference Update="Altinn.Platform.Storage.Interface" Version="3.24.0" />
Expand Down

0 comments on commit a1b8494

Please sign in to comment.