Skip to content

Commit e363fa9

Browse files
author
alty1224
committed
update dependencies
1 parent c93480e commit e363fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN rm /usr/lib/python3.12/EXTERNALLY-MANAGED
1616

1717
RUN python3 -m ensurepip \
1818
&& rm -r /usr/lib/python*/ensurepip \
19-
&& pip3 install --upgrade pip setuptools==70.0.0 \
19+
&& pip3 install --upgrade pip setuptools==80.9.0 \
2020
&& pip3 install -r ${ZOOKEEPER_MONITORING_HOME}/requirements.txt \
2121
&& chmod -R 777 ${ZOOKEEPER_MONITORING_HOME}/exec-scripts \
2222
&& chmod +x /docker-entrypoint.sh \

0 commit comments

Comments
 (0)