发布

  • fix: resolve Hadolint SC2015 warnings in Dockerfile (#2426)

    frostbyte_neo 发布于 2026-02-25 20:20:46 +00:00

    Replace A && B || C pattern with proper if-then-else on lines 161
    and 163 to satisfy Hadolint's SC2015 rule, which flags that
    A && B || C is not equivalent to if-then-else because C may run
    even when A is true.

    下载附件