Commit 05b8ce0
fix: Restore CGO_ENABLED=0 for static linking in Dockerfile (#7397)
This reverts part of commit 42272a2 which removed CGO_ENABLED=0.
The flag is necessary to ensure all dependencies are statically linked
during the build process, preventing runtime dependencies on host system
C libraries.
Co-authored-by: Rui Araújo Gomes <rui.araujo@checkmarx.com>
Co-authored-by: Artur Ribeiro <artur.ribeiro@checkmarx.com>1 parent 810b4c9 commit 05b8ce0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments