Skip to content

chore(deps): update dotnet-sdk to v10 (major)#166

Open
Workleap IT (Infra-Workleap) wants to merge 1 commit into
mainfrom
renovate/major-dotnet-sdk
Open

chore(deps): update dotnet-sdk to v10 (major)#166
Workleap IT (Infra-Workleap) wants to merge 1 commit into
mainfrom
renovate/major-dotnet-sdk

Conversation

@Infra-Workleap
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age
mcr.microsoft.com/dotnet/aspnet stage major 9.0-alpine10.0-alpine age
mcr.microsoft.com/dotnet/sdk final major 9.0-alpine10.0-alpine age

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@Infra-Workleap Workleap IT (Infra-Workleap) requested a review from a team as a code owner February 5, 2026 04:41
@Infra-Workleap Workleap IT (Infra-Workleap) force-pushed the renovate/major-dotnet-sdk branch 4 times, most recently from 5638d23 to 8c95492 Compare February 16, 2026 04:48
@Infra-Workleap Workleap IT (Infra-Workleap) force-pushed the renovate/major-dotnet-sdk branch 4 times, most recently from 22ec2ec to 19eb5de Compare February 25, 2026 04:50
@Infra-Workleap Workleap IT (Infra-Workleap) force-pushed the renovate/major-dotnet-sdk branch 4 times, most recently from e0f8845 to bb15c85 Compare March 4, 2026 05:44
@Infra-Workleap Workleap IT (Infra-Workleap) force-pushed the renovate/major-dotnet-sdk branch 5 times, most recently from 3b584f0 to 6e6736f Compare March 15, 2026 04:57
@Infra-Workleap Workleap IT (Infra-Workleap) force-pushed the renovate/major-dotnet-sdk branch 2 times, most recently from cd95f76 to e155f5f Compare March 17, 2026 04:46
Copilot AI review requested due to automatic review settings May 23, 2026 06:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the container build/runtime for the EventGridEmulator by bumping the .NET Docker base images to .NET 10, aligning the Dockerfile with the intended dependency update.

Changes:

  • Bump mcr.microsoft.com/dotnet/aspnet image from 9.0-alpine to 10.0-alpine
  • Bump mcr.microsoft.com/dotnet/sdk image from 9.0-alpine to 10.0-alpine
Comments suppressed due to low confidence (1)

src/EventGridEmulator/Dockerfile:12

  • The app is still targeting .NET 9 (see src/Directory.Build.props:3 => net9.0). With these images bumped to 10.0-alpine and the publish step still framework-dependent ("--no-self-contained"), the resulting container will likely fail at startup because the ASP.NET Core 9.0 shared framework isn’t present in the 10.0 runtime image. Either keep the base/publish images on 9.0 until the repo targets net10.0, or update the TargetFramework to net10.0 (and validate all deps), or switch to a self-contained publish/runtime-deps base if you explicitly want to decouple from the shared framework version.
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS publish
WORKDIR /src
COPY . .
WORKDIR "/src/EventGridEmulator"
RUN dotnet publish "EventGridEmulator.csproj" -c Release -r linux-musl-x64 --no-self-contained --nologo -p:RunAnalyzers=false -o /app/publish

@Infra-Workleap Workleap IT (Infra-Workleap) force-pushed the renovate/major-dotnet-sdk branch 2 times, most recently from 3580034 to 4ac3c1f Compare May 31, 2026 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants