Commit dc9861b
committed
fix: update Dockerfile to fix CVE-2026-42945
Updated the base image from ubi9/nginx-120
(nginx 1.20.1, the vulnerable version) to ubi9/nginx-124
(nginx 1.24.x) in the Dockerfile.
This resolves CVE-2026-42945 by replacing the
affected nginx package with a patched version shipped in the
newer UBI9 nginx image.
More info: https://access.redhat.com/security/cve/cve-2026-42945
Refs: HAUKI-8051 parent 19acaed commit dc9861b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments