This repository was archived by the owner on Dec 19, 2025. It is now read-only.
[ADMINAPI-1321] - Docker Security Vulnerability Remediation - .net 8.0.21#374
Merged
dfernandez-gap merged 2 commits intomainfrom Nov 4, 2025
Merged
[ADMINAPI-1321] - Docker Security Vulnerability Remediation - .net 8.0.21#374dfernandez-gap merged 2 commits intomainfrom
dfernandez-gap merged 2 commits intomainfrom
Conversation
ee5e99d to
bda6e65
Compare
5cbd894 to
524462b
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates Docker base images and package versions across all Dockerfiles, upgrading from Alpine 3.20 to Alpine 3.21, .NET SDK from 8.0.403 to 8.0.415, and .NET ASP.NET runtime from 8.0.8/8.0.10 to 8.0.21. It also updates various Alpine package versions including musl, bash, and PostgreSQL client.
Key changes:
- Upgraded Alpine base image from 3.20 to 3.21 with updated SHA256 hashes
- Updated .NET SDK and ASP.NET runtime to latest versions (8.0.415 and 8.0.21)
- Updated Alpine package versions (musl from 1.2.5-r1 to 1.2.5-r9, PostgreSQL client from version 14 to 15)
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Docker/dev.pgsql.Dockerfile | Updates Alpine 3.21, .NET 8.0.415/8.0.21, package versions, and PostgreSQL 15 client |
| Docker/dev.mssql.Dockerfile | Updates Alpine 3.21, .NET 8.0.415/8.0.21, and musl package version |
| Docker/api.pgsql.Dockerfile | Updates Alpine 3.21, .NET 8.0.21, package versions, and PostgreSQL 15 client |
| Docker/api.mssql.Dockerfile | Updates Alpine 3.21, .NET 8.0.21, and musl package version |
Comments suppressed due to low confidence (1)
Docker/api.pgsql.Dockerfile:1
- The icu package version (74.2-r1) is pinned in dev.pgsql.Dockerfile line 44 but uses a looser version constraint (icu=~74) here. Consider using a consistent versioning approach across all Dockerfiles for better maintainability and reproducibility.
# SPDX-License-Identifier: Apache-2.0
dfernandez-gap
approved these changes
Nov 4, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.