Skip to content

Commit a269909

Browse files
chore(deps): update python docker tag to v3.13.3
1 parent c1e8344 commit a269909

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.3-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)