mirror of
https://github.com/coder/coder.git
synced 2026-06-06 14:38:23 +00:00
818fc72802
Updates the IronBank Dockerfile base image from UBI8-minimal 8.7 to UBI9-minimal 9.6 and removes `python3-urllib3` (which ships urllib3 1.26.5) to address CVE-2026-44431. Coder is a Go binary and does not use Python at runtime; the package is safe to remove. Also updates `build_ironbank.sh` to match the new base image references. Fixes https://linear.app/codercom/issue/ENT-50 > [!NOTE] > This PR was authored by Coder Agents. <details><summary>Context</summary> Mirrors the same fix applied on `release/2.29` (`fix/ironbank-urllib3-v2.29`) and `release/2.30` (`fix/ironbank-urllib3-v2.30`). </details> Co-authored-by: doc-check[bot] <doc-check[bot]@users.noreply.github.com>