diff --git a/Dockerfile b/Dockerfile index aeade05..29356a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY ./frontend/ ./ RUN npm run build -FROM python:3.11-slim-bookworm +FROM python:3.14-slim-bookworm RUN apt-get update -y && apt-get install -y gcc && rm -rf /var/lib/apt/lists/*