Skip to content

Commit e4dc483

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y rustc
77
COPY requirements.txt /requirements.txt
88
RUN pip install --prefix=/install -r /requirements.txt
99

10-
FROM python:3.8-slim
10+
FROM python:3.13.2-slim
1111

1212
WORKDIR /app
1313

0 commit comments

Comments
 (0)