Update Dockerfile

This commit is contained in:
Christian Krakau-Louis
2025-05-15 15:48:56 +02:00
committed by GitHub
parent 82c1b0e7dc
commit 69fc2ad301
+1 -1
View File
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.9-slim
FROM python:3.13.3-slim
# Create a working directory
WORKDIR /app