diff --git a/Dockerfile b/Dockerfile index c20e77e..402f5af 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.0-bullseye AS restore WORKDIR /code COPY ./requirements.txt ./requirements.txt RUN pip install --no-cache-dir --upgrade -r ./requirements.txt