diff --git a/.github/workflows/dotnet-format.yaml b/.github/workflows/dotnet-format.yaml index 47bd74b9577..1f35b86903a 100644 --- a/.github/workflows/dotnet-format.yaml +++ b/.github/workflows/dotnet-format.yaml @@ -16,7 +16,7 @@ jobs: name: Format check runs-on: ubuntu-latest container: - image: mcr.microsoft.com/dotnet/sdk:6.0.416-alpine3.18 # hardcode version until microsoft fixes issue in github runners + image: mcr.microsoft.com/dotnet/sdk:6.0.417-alpine3.18 # hardcode version until microsoft fixes issue in github runners steps: - uses: actions/checkout@v4 with: diff --git a/Dockerfile b/Dockerfile index 1821a3b5933..ae303637023 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Building studio frontend -FROM node:21.1.0-alpine AS generate-studio-frontend +FROM node:21.2.0-alpine AS generate-studio-frontend WORKDIR /build COPY . . RUN corepack enable diff --git a/backend/packagegroups/NuGet.props b/backend/packagegroups/NuGet.props index 3d967c16b20..1c0936b5a0d 100644 --- a/backend/packagegroups/NuGet.props +++ b/backend/packagegroups/NuGet.props @@ -19,7 +19,7 @@ - + @@ -33,14 +33,14 @@ - + - + @@ -52,7 +52,7 @@ - - + +