-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
forgeThe package belongs to NethForgeThe package belongs to NethForgeverifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
Brief description
Evaluate and upgrade the nginx Docker image for ns8-webserver, considering the recent proposal in PR #100 to move to nginx:1.29.0. However, nginx:1.28.0 might be a preferable option.
- Ensures the webserver runs with a secure and stable version of nginx.
- Maintains compatibility and minimizes risk by considering the most suitable version.
upgrade php8.4 to a minor upgrade
Proposed solution
- Assess the stability and compatibility of both
nginx:1.28.0andnginx:1.29.0for ns8-webserver. - Prefer the upgrade to
nginx:1.28.0if it is more stable or less disruptive. - Merge the relevant PR after evaluation and testing.
- upgrade php8.4 to a minor upgrade
Alternative solutions
- Upgrade directly to
nginx:1.29.0as proposed, but monitor for any regressions. - Remain on the currently used version if neither upgrade is suitable.
Additional context
- Dependency updates are crucial for security and stability, but caution is advised with major/minor version jumps.
See also
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
forgeThe package belongs to NethForgeThe package belongs to NethForgeverifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done