fix: use Python 3.12 in Dockerfile

This commit is contained in:
Greg Hendrickson
2026-01-27 17:17:52 +00:00
parent 22d4967fea
commit 202e98fbfd

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
# Install Stockfish
RUN apt-get update && apt-get install -y \