-
fix: resolve Hadolint SC2015 warnings in Dockerfile (#2426)
发布于
2026-02-25 20:20:46 +00:00 Replace
A && B || Cpattern with properif-then-elseon lines 161
and 163 to satisfy Hadolint's SC2015 rule, which flags that
A && B || Cis not equivalent to if-then-else because C may run
even when A is true.下载附件