Skip to content

Commit 69cf225

Browse files
Update aiohttp-nginx.dockerfile
1 parent 195ee97 commit 69cf225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Python/aiohttp/aiohttp-nginx.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 ./requirements.txt /aiohttp/requirements.txt
44

@@ -17,4 +17,4 @@ EXPOSE 8080
1717

1818
RUN chmod +x /aiohttp/nginx-entrypoint.sh
1919

20-
ENTRYPOINT ["/aiohttp/nginx-entrypoint.sh"]
20+
ENTRYPOINT ["/aiohttp/nginx-entrypoint.sh"]

0 commit comments

Comments
 (0)