updates Alpine to 3.21 and Fedora to 41 in Docker image constants and… #4625
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 Docker distribution versions used across multiple project configurations and constants, ensuring compatibility with newer versions. The primary focus is on upgrading Alpine and Fedora versions, and removing an outdated Ubuntu version.
Updates to Docker Distribution Versions:
Updated the Alpine version from
alpine.3.20toalpine.3.21in multiple.run.xmlconfiguration files to align with the latest release:build/.run/Artifacts DotnetTool Test.run.xmlbuild/.run/Artifacts MsBuildCore Test.run.xmlbuild/.run/Artifacts Native Test.run.xmlbuild/.run/Artifacts Prepare.run.xmlbuild/.run/Artifacts Test.run.xmlUpdated the
AlpineLatestconstant inbuild/common/Utilities/Constants.cstoalpine.3.21for consistency across the codebase.Removal of Deprecated Versions:
Removed the
Ubuntu2004constant frombuild/common/Utilities/Constants.csas it is no longer required.Updated the
FedoraLatestconstant tofedora.41inbuild/common/Utilities/Constants.cs.… run configs, remove deprecated ubuntu.20.04