[INFRA-324] Upgrade nginx to v1.31.3 - #17
Merged
Merged
Conversation
Catch the image up to the current nginx mainline release on Debian Trixie. The Bookworm variants of the official nginx image are no longer rebuilt, so base OS security fixes had stopped landing; moving to Trixie restores that stream. The push was prompted by CVE-2025-69419 in libssl (patched in Trixie's OpenSSL 3.5.6-1~deb13u2), which this upgrade addresses along with other accumulated base-image fixes.
itskingori
force-pushed
the
infra-324-upgrade-nginx-1.31.3
branch
from
July 28, 2026 10:58
ab90d45 to
9b32bcb
Compare
itskingori
marked this pull request as ready for review
July 28, 2026 11:10
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.
Upgrades the image to nginx 1.31.3 on Debian Trixie, catching it up to the current mainline release.
Motivation
The Bookworm variants of the official nginx image are no longer rebuilt (last builds December 2025), so base OS security fixes had stopped landing in this image. Moving to Trixie, the maintained base, restores that stream and picks up the accumulated fixes, including the patched OpenSSL for CVE-2025-69419.
Changes
nginx:1.27.4-bookworm→nginx:1.31.3-trixie(Debian 12 → 13, OpenSSL 3.0.x → 3.5.6).Testing
libssl3t64 3.5.6-1~deb13u2, listed as fixed for CVE-2025-69419 on the Debian security tracker (DSA-6113-1).Follow-ups
zappi/nginx:1.31.3to Docker Hub (tag push), then land the dependent proxy upgrade.Related
References