Compare commits

..

2 commits

Author SHA1 Message Date
yuuki
0a16474f9d fastapiのバージョン更新 2024-12-07 07:38:46 +09:00
yuuki
028fe8bafd pythonのバージョンを更新 2024-12-07 07:38:22 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.13.0
FROM python:3.13.1
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt

View file

@ -1,2 +1,2 @@
requests==2.32.3
fastapi[standard]==0.115.5
fastapi[standard]==0.115.6