diff --git a/Dockerfile b/Dockerfile index a4cd7b4..b5c28cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build stage -FROM python:3.12.0-slim AS builder +FROM python:3.10.12-slim AS builder # Set the working directory in the container WORKDIR /usr/src