Merge pull request #15 from christianlouis/snyk-fix-5f4fe8a43316e4aae2123d91b39a82fc

[Snyk] Security upgrade python from 3.13.3-slim to 3.14.2-slim
This commit is contained in:
Christian Krakau-Louis
2025-12-17 15:16:24 +01:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
# 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
WORKDIR /app