Skip to content

Commit 5228f7e

Browse files
Update aiohttp.dockerfile
1 parent 0ed30d3 commit 5228f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Python/aiohttp/aiohttp.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.8
1+
FROM python:3.13
22

33
ADD ./ /aiohttp
44

55
WORKDIR aiohttp
66

7-
RUN pip3 install cython==0.29.23 && \
7+
RUN pip3 install cython==3.0.11 && \
88
pip3 install -r /aiohttp/requirements.txt
99

1010
WORKDIR /aiohttp

0 commit comments

Comments
 (0)