fix: docker python version

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2024-11-24 19:41:32 -08:00
parent 29050da4b4
commit a11c72cacc

View file

@ -1,5 +1,5 @@
# Use official Python image
FROM python:3.10-slim
FROM python:3.12-slim
# Set working directory
WORKDIR /app