Skip to content

Commit 9df516c

Browse files
Update aiohttp-orm.dockerfile
1 parent 69cf225 commit 9df516c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Python/aiohttp/aiohttp-orm.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

@@ -13,4 +13,4 @@ ENV CONNECTION=ORM
1313

1414
EXPOSE 8080
1515

16-
CMD python3 -O -m app.server
16+
CMD python3 -O -m app.server

0 commit comments

Comments
 (0)