Commit ca8a0d3
fix: upgrade Alpine packages to resolve CVEs in musl-utils and zlib (#1114)
Adds `apk upgrade --no-cache` to the runner stage to pull in patched
versions of musl-utils (>=1.2.5-r23) and zlib (>=1.3.2-r0), fixing:
- CVE-2026-40200 (HIGH) - musl arbitrary code execution
- CVE-2026-6042 (MEDIUM) - musl denial of service
- CVE-2026-22184 (HIGH) - zlib buffer overflow
- CVE-2026-27171 (MEDIUM) - zlib denial of service
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a91e421 commit ca8a0d3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments