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 491bd77 commit ecb1056Copy full SHA for ecb1056
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.3-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