Skip to content

Commit a0eca2a

Browse files
committed
patch vulnerable packages
1 parent 3e6800d commit a0eca2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM kannibalox/pyrosimple:2.14.2 AS builder
22

3+
# Fix vulnerabilities in image
4+
RUN /venv/bin/python -m pip install --upgrade "pip>=25.3" "urllib3>=2.6.0" "requests>=2.32.4" "jinja2>=3.1.6"
5+
36
FROM python:3.13-slim
47

58
# Update

0 commit comments

Comments
 (0)