diff --git a/Dockerfile b/Dockerfile index 5fbbade9..cf090655 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY web ./web RUN cd web && npm install && npm run build -FROM python:3.10.13-slim +FROM python:3.12.7-slim WORKDIR /app