Skip to content

Commit f896529

Browse files
authored
Merge pull request #606 from ccxt/snyk-fix-f9e4c1c542c759f9b1abba282b977936
[Snyk] Security upgrade python from 3.8-slim to 3.13.2-slim
2 parents 00c2f1b + e4dc483 commit f896529

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)