fix: disable UPX compression to avoid potential Segmentation faults
This commit is contained in:
parent
b2fefe022b
commit
6b8c3c7f8e
|
|
@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
|
|||
ARG INSTALL_SUPPORT_TOOLS=0
|
||||
ARG BASE_LAYER_CACHE_KEY
|
||||
|
||||
ARG UPX_COMPRESS=true
|
||||
ARG UPX_COMPRESS=false
|
||||
|
||||
# dood|dind|dind-rootless
|
||||
ARG FLAVOR
|
||||
|
|
|
|||
Loading…
Reference in New Issue