Commit 2f71a60
fix(docker): remove curl to eliminate unfixable CVE-2026-3805
curl is not needed by nginx to serve static files. Removing it drops
the HIGH CVE from the image attack surface while Alpine upstream works
on a patch. Also clears apk cache to reduce image size.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cc2c97f commit 2f71a60
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments