diff --git a/Dockerfile b/Dockerfile index 0c88b24..83b7064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.11 as the base image -FROM python:3.13-slim +FROM python:3.14-slim # Install Tkinter dependencies RUN apt-get update && apt-get install -y --no-install-recommends \