Python 3.13 対応
This commit is contained in:
parent
06550e28e3
commit
75a95ae07d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3
|
||||
FROM python:3.13.0
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
requests==2.32.3
|
||||
fastapi==0.111.0
|
||||
fastapi[standard]==0.115.2
|
||||
|
|
Loading…
Add table
Reference in a new issue