diff --git a/Dockerfile b/Dockerfile index f6baffd..d069cb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use official Python image from Docker Hub. -FROM python:3.10-slim +FROM python:3.12-slim # Set working directory in the container. WORKDIR /app