diff --git a/Dockerfile b/Dockerfile index 583d7c4..50dbe5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image as the base image -FROM python:3.11 +FROM python:3.12 # Set the working directory WORKDIR /app