Skip to content

Commit 08e9ddb

Browse files
Update aiohttp-pg-raw.dockerfile
1 parent 5228f7e commit 08e9ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/aiohttp-pg-raw.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
ENV CONNECTION=RAW

0 commit comments

Comments
 (0)