Compare commits
4 Commits
69fc2ad301
...
f230a4d9c2
| Author | SHA1 | Date | |
|---|---|---|---|
| f230a4d9c2 | |||
| b12ca085df | |||
| 804ec2f539 | |||
| db8e936c23 |
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Use an official Python runtime as a parent image
|
# Use an official Python runtime as a parent image
|
||||||
FROM python:3.13.3-slim
|
FROM python:3.14.2-slim
|
||||||
|
|
||||||
# Create a working directory
|
# Create a working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ requests>=2.32.2
|
|||||||
reportlab>=3.6.13
|
reportlab>=3.6.13
|
||||||
Faker>=18.9.0
|
Faker>=18.9.0
|
||||||
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
|||||||
Reference in New Issue
Block a user