Commit 0ead1b3
committed
fix(docker): patch Alpine OS-level vulnerabilities in all images
Added apk upgrade --no-cache to all 4 Dockerfiles to pull patched
versions of Alpine system packages. Mitigates 9 CVEs:
libcrypto3/libssl3: CVE-2026-28390 (HIGH), CVE-2026-31790 (MEDIUM),
5 LOW — fix: 3.5.5-r0 → 3.5.6-r0
libuuid: CVE-2026-27456 (MEDIUM) — fix: 2.41.2-r0 → 2.41.4-r0
musl: CVE-2026-40200 — fix: 1.2.5-r21 → 1.2.5-r23
Remaining vulns are in Go stdlib (v1.26.1) inside compiled binaries
from trivy, grype, syft, gitleaks, actionlint. These require upstream
tool authors to rebuild with Go 1.26.2 — cannot be patched by us.1 parent be3ff25 commit 0ead1b3
4 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments