We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93480e commit e363fa9Copy full SHA for e363fa9
monitoring/docker/Dockerfile
@@ -16,7 +16,7 @@ RUN rm /usr/lib/python3.12/EXTERNALLY-MANAGED
16
17
RUN python3 -m ensurepip \
18
&& rm -r /usr/lib/python*/ensurepip \
19
- && pip3 install --upgrade pip setuptools==70.0.0 \
+ && pip3 install --upgrade pip setuptools==80.9.0 \
20
&& pip3 install -r ${ZOOKEEPER_MONITORING_HOME}/requirements.txt \
21
&& chmod -R 777 ${ZOOKEEPER_MONITORING_HOME}/exec-scripts \
22
&& chmod +x /docker-entrypoint.sh \
0 commit comments