Compare commits
2 commits
d515662059
...
74cba15572
Author | SHA1 | Date | |
---|---|---|---|
![]() |
74cba15572 | ||
![]() |
aa8f83da7b |
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.13.0
|
||||
FROM python:3.13.1
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
requests==2.32.3
|
||||
fastapi[standard]==0.115.5
|
||||
fastapi[standard]==0.115.6
|
||||
pymongo==4.10.1
|
||||
Jinja2==3.1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue