Update .NET 8 Images with PowerShell v7.4.14#7081
Open
jshigetomi wants to merge 2 commits intodotnet:nightlyfrom
Open
Update .NET 8 Images with PowerShell v7.4.14#7081jshigetomi wants to merge 2 commits intodotnet:nightlyfrom
jshigetomi wants to merge 2 commits intodotnet:nightlyfrom
Conversation
lbussell
approved these changes
Mar 13, 2026
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 pull request updates the bundled PowerShell version in the .NET 8.0 SDK images from 7.4.13 to 7.4.14 across all supported platforms and distributions. It also updates the corresponding SHA512 checksums for each platform to ensure integrity verification during installation.
Key changes:
PowerShell Version Update:
7.4.13to7.4.14in all Dockerfiles for .NET 8.0 SDK images, including Alpine, Azure Linux, Debian Bookworm, Ubuntu Jammy, Ubuntu Noble, CBL-Mariner, and Windows-based images. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]Checksum Updates:
manifest.versions.jsonfile to match the new 7.4.14 release, ensuring the integrity of the downloaded artifacts. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18]These changes ensure that all .NET 8.0 SDK images ship with the latest PowerShell 7.4.14 release, improving security and stability.