Skip to content

Commit 6352553

Browse files
chore(deps): update python docker tag to v3.12.0
1 parent 26f69cf commit 6352553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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