fix(Docker): lock Docker to use Python v3.13

This solves #10
This commit is contained in:
The0Mikkel 2025-03-13 23:14:24 +01:00
parent 622e46e22f
commit c38e3ba8c0

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.13-alpine
# Set environment variables to prevent Python from writing .pyc files to disk and buffering stdout and stderr
ENV PYTHONDONTWRITEBYTECODE=1