diff --git a/Dockerfile b/Dockerfile index 3a7c82d..eb0c7b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /code COPY ./*.sh ./ RUN shellcheck -e SC1091,SC1090 ./*.sh -FROM python:3.11.4-bullseye AS restore +FROM python:3.13.6-bullseye AS restore WORKDIR /code COPY ./requirements.txt ./requirements.txt RUN pip install --no-cache-dir --upgrade -r ./requirements.txt