We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195ee97 commit 69cf225Copy full SHA for 69cf225
frameworks/Python/aiohttp/aiohttp-nginx.dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13
+FROM python:latest
2
3
ADD ./requirements.txt /aiohttp/requirements.txt
4
@@ -17,4 +17,4 @@ EXPOSE 8080
17
18
RUN chmod +x /aiohttp/nginx-entrypoint.sh
19
20
-ENTRYPOINT ["/aiohttp/nginx-entrypoint.sh"]
+ENTRYPOINT ["/aiohttp/nginx-entrypoint.sh"]
0 commit comments