From 75a95ae07d262d1384ef096584fbad81772ff4a0 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Wed, 16 Oct 2024 04:02:26 +0000 Subject: [PATCH] =?UTF-8?q?Python=203.13=20=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2cc124c..a821b2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.13.0 COPY . /app WORKDIR /app RUN pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 7f26a9a..e9e1aee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.32.3 -fastapi==0.111.0 +fastapi[standard]==0.115.2