diff --git a/Dockerfile b/Dockerfile index 7ffff55..64fed22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.11-slim +FROM python:3.13.0b2-slim # Set the working directory in the container WORKDIR /app