diff --git a/Dockerfile b/Dockerfile index a633491..12f5426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN poetry install COPY . /code/ ### Main artifact / deliverable image -FROM python:3.13-slim +FROM python:3.14-slim RUN apt update && apt install --no-install-recommends -y \ libglib2.0-0 \ libgl1 \