File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,9 @@ ENV MARKLOGIC_INSTALL_DIR=/opt/MarkLogic \
119
119
BUILD_BRANCH=${BUILD_BRANCH} \
120
120
MARKLOGIC_JOIN_TLS_ENABLED=false \
121
121
MARKLOGIC_EC2_HOST=0 \
122
- TZ=UTC
122
+ TZ=UTC \
123
+ WITH_SYSTEM_ZLIB=FALSE
124
+ # set WITH_SYSTEM_ZLIB for CVE-2025-4638 workaround
123
125
124
126
################################################################
125
127
# Set Timezone
Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ ENV MARKLOGIC_INSTALL_DIR=/opt/MarkLogic \
105
105
BUILD_BRANCH=${BUILD_BRANCH} \
106
106
MARKLOGIC_JOIN_TLS_ENABLED=false \
107
107
OVERWRITE_ML_CONF=true \
108
- MARKLOGIC_EC2_HOST=0
108
+ MARKLOGIC_EC2_HOST=0 \
109
+ WITH_SYSTEM_ZLIB=FALSE
110
+ # set WITH_SYSTEM_ZLIB for CVE-2025-4638 workaround
109
111
110
112
################################################################
111
113
# Set Timezone
You can’t perform that action at this time.
0 commit comments