Skip to content

Commit 57ec7b0

Browse files
committed
fix: vulnerabilitiy fixes
1 parent 5ae931b commit 57ec7b0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

operator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.18-alpine3.22
1+
FROM python:3.13-alpine3.22
22

33
ENV WORKDIR=/opt/operator/ \
44
USER_UID=1000 \
@@ -16,7 +16,7 @@ COPY build/entrypoint /usr/local/bin
1616

1717
RUN apk add --update --no-cache bash build-base apk-tools
1818

19-
RUN pip install --upgrade pip setuptools==80.9.0 && pip install -r requirements.txt
19+
RUN pip install --upgrade pip setuptools && pip install -r requirements.txt
2020

2121
RUN chmod 777 /usr/local/bin/user_setup && \
2222
chmod 777 /usr/local/bin/entrypoint && \

operator/build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kopf
2-
kubernetes==21.7.0
2+
kubernetes
33
pykube-ng
44
pyyaml
55
click<8.0.0

rabbitmq-docker/4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM library/rabbitmq:4.0.7-management-alpine
1+
FROM library/rabbitmq:4.0.9-management-alpine
22

33
COPY docker-entrypoint.sh /usr/local/bin/
44
COPY scripts/get_user /bin/

telegraf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM telegraf:1.35.2-alpine
1+
FROM telegraf:1.35-alpine
22

33
ENV RABBITMQ_MONITORING_HOME=/opt/rabbitmq-monitoring \
44
USER_UID=1000

0 commit comments

Comments
 (0)