We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c93480e + bf581c2 commit 5910a9aCopy full SHA for 5910a9a
monitoring/docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM telegraf:1.35.1-alpine
+FROM telegraf:1.35.2-alpine
2
3
ENV ZOOKEEPER_MONITORING_HOME=/opt/zookeeper-monitoring
4
@@ -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