Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c14b7a2f62 |
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Use an official Python runtime as a parent image
|
||||
FROM python:3.14.2-slim
|
||||
FROM python:3.13.2-slim
|
||||
|
||||
# Create a working directory
|
||||
WORKDIR /app
|
||||
|
||||
+4
-5
@@ -1,6 +1,5 @@
|
||||
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