Skip to content

Commit 5910a9a

Browse files
authored
Fixing vulnerabilities.
Upgrading dependencies in order to resolve vulnerabilities.
2 parents c93480e + bf581c2 commit 5910a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM telegraf:1.35.1-alpine
1+
FROM telegraf:1.35.2-alpine
22

33
ENV ZOOKEEPER_MONITORING_HOME=/opt/zookeeper-monitoring
44

@@ -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)