Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69fc2ad301 | |||
| 82c1b0e7dc |
+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.9-slim
|
FROM python:3.13.3-slim
|
||||||
|
|
||||||
# Create a working directory
|
# Create a working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
Flask==2.2.5
|
Flask>=2.2.5
|
||||||
requests==2.32.2
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user