Commit da00f50
fix(security): patch HIGH/CRITICAL image CVEs
- pyarrow 21.0.0 -> 23.0.1 (CVE-2026-25087, HIGH)
- PyJWT 2.12.0 -> 2.13.0 (CVE-2026-48526 HIGH + 3 MED + 1 LOW)
- cryptography 46.0.6 -> 46.0.7 (CVE-2026-39892, MED)
- base image: remove unused system Arrow packages (libarrow, apache-arrow-dev).
pyarrow ships a self-contained musllinux wheel, so the apk Arrow libs were
dead weight pulling in grpc (CVE-2026-33186, CRITICAL) and protobuf
(CVE-2026-0994, HIGH) as runtime deps. Removing them also drops ~110 MB.
- pip 26.0 -> 26.1.2 (3 MED)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e5ed1fd commit da00f50
2 files changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
76 | | - | |
77 | | - | |
| 74 | + | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments