build(deps): bump PowerShell to 7.6.5 - #16189
Open
JamieMagee wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Copilot review overview
馃煝 Approval recommended
The focused version update was validated successfully with no unresolved issues.
Review tier: Balanced
Findings: None
What changed in this PR
Updates the NuGet updater image from PowerShell 7.4.5 to 7.6.5.
Changes:
- Bumps the default PowerShell version while preserving existing architecture and installation logic.
| File | Description |
|---|---|
nuget/鈥婦ockerfile |
Updates the PowerShell version pin to 7.6.5. |
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
What are you trying to accomplish?
Update PowerShell from 7.4.5 to 7.6.5, the current stable release. This intentionally moves the NuGet image beyond the 7.4 LTS line.
Anything you want to highlight for special attention from reviewers?
The existing architecture mapping is unchanged: Docker
amd64downloads the PowerShellx64asset, whilearm64downloads thearm64asset. The major-version install path,/usr/bin/pwshsymlink, .NET SDK versions, and libssl packages are also unchanged.Local BuildKit downloads hit TLS EOF errors without a validation-only proxy. An unchanged 7.4.5 control build failed in the same way, while a normal container downloaded 7.6.5 successfully. The non-interactive
bin/testcommand also needed a pseudo-TTY because the development container enables TTY attachment.How will you know you've accomplished your goal?
The NuGet image build downloaded
powershell-7.6.5-linux-x64.tar.gz, reportedPowerShell 7.6.5, installed the targeting packs, and exportedghcr.io/dependabot/dependabot-updater-nuget:latest.The built image reports
PowerShell 7.6.5. All PowerShell assertions passed, as did the C# test groups containing 14, 3, 10, 77, 37, and 879 tests.All required CI checks pass.
Checklist