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.20
toalpine.3.21
in multiple.run.xml
configuration files to align with the latest release:build/.run/Artifacts DotnetTool Test.run.xml
build/.run/Artifacts MsBuildCore Test.run.xml
build/.run/Artifacts Native Test.run.xml
build/.run/Artifacts Prepare.run.xml
build/.run/Artifacts Test.run.xml
Updated the
AlpineLatest
constant inbuild/common/Utilities/Constants.cs
toalpine.3.21
for consistency across the codebase.Removal of Deprecated Versions:
Removed the
Ubuntu2004
constant frombuild/common/Utilities/Constants.cs
as it is no longer required.Updated the
FedoraLatest
constant tofedora.41
inbuild/common/Utilities/Constants.cs
.… run configs, remove deprecated ubuntu.20.04