1 Commits

2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.14.2-slim
FROM python:3.13.3-slim
# Create a working directory
WORKDIR /app
+4 -4
View File
@@ -1,5 +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