We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200d3df commit 7bd2fbcCopy full SHA for 7bd2fbc
Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /code
10
COPY ./*.sh ./
11
RUN shellcheck -e SC1091,SC1090 ./*.sh
12
13
-FROM python:3.11.4-bullseye AS restore
+FROM python:3.13.0-bullseye AS restore
14
WORKDIR /code
15
COPY ./requirements.txt ./requirements.txt
16
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
0 commit comments