chore(deps): update dotnet-sdk to v11 - #123
Open
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Open
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Conversation
Workleap IT (Infra-Workleap)
requested a review
from a team
as a code owner
September 12, 2026 09:18
Copilot started reviewing on behalf of
Workleap IT (Infra-Workleap)
September 12, 2026 09:19
View session
There was a problem hiding this comment.
🟡 Changes recommended
Update global.json for .NET 11 or retain the .NET 10 SDK image.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates Docker build and runtime images from .NET 10 Alpine to .NET 11 Alpine.
Changes:
- Upgrades the runtime-deps image to
11.0-alpine. - Upgrades the SDK image to
11.0-alpine.
File summaries
| File | Summary |
|---|---|
Dockerfile |
Updates .NET images, but global.json still pins SDK 10.0.400, preventing the .NET 11 build from publishing. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
|
|
||
| FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS publish | ||
| FROM mcr.microsoft.com/dotnet/sdk:11.0-alpine AS publish |
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-dotnet-sdk
branch
from
September 13, 2026 09:43
a84f046 to
fbb341d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.0-alpine→11.0-alpine10.0-alpine→11.0-alpineConfiguration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate CLI.