Skip to content

Commit cf956e7

Browse files
chore(deps): update python docker tag to v3.13.2
1 parent 553f5b4 commit cf956e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /code
1010
COPY ./*.sh ./
1111
RUN shellcheck -e SC1091,SC1090 ./*.sh
1212

13-
FROM python:3.11.4-bullseye AS restore
13+
FROM python:3.13.2-bullseye AS restore
1414
WORKDIR /code
1515
COPY ./requirements.txt ./requirements.txt
1616
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt

0 commit comments

Comments
 (0)