Skip to content

Commit 195ee97

Browse files
Update aiohttp-gunicorn.dockerfile
1 parent 6d05a9a commit 195ee97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Python/aiohttp/aiohttp-gunicorn.dockerfile

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

33
ADD ./ /aiohttp
44

@@ -11,4 +11,4 @@ ENV CONNECTION=RAW
1111

1212
EXPOSE 8080
1313

14-
CMD python3 -O -m gunicorn app.gunicorn:app -c gunicorn_conf.py
14+
CMD python3 -O -m gunicorn app.gunicorn:app -c gunicorn_conf.py

0 commit comments

Comments
 (0)