Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f230a4d9c2 | |||
| b12ca085df | |||
| 804ec2f539 | |||
| db8e936c23 | |||
| 69fc2ad301 | |||
| 82c1b0e7dc |
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Use an official Python runtime as a parent image
|
||||
FROM python:3.9-slim
|
||||
FROM python:3.14.2-slim
|
||||
|
||||
# Create a working directory
|
||||
WORKDIR /app
|
||||
|
||||
+5
-4
@@ -1,5 +1,6 @@
|
||||
Flask==2.2.5
|
||||
requests==2.32.2
|
||||
reportlab==3.6.13
|
||||
Faker==18.9.0
|
||||
Flask>=2.2.5
|
||||
requests>=2.32.2
|
||||
reportlab>=3.6.13
|
||||
Faker>=18.9.0
|
||||
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