From 028fe8bafd5b6da288c23d7adaf817fe6cbd7de8 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Sat, 7 Dec 2024 07:38:22 +0900 Subject: [PATCH] =?UTF-8?q?python=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a821b2e..4298638 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0 +FROM python:3.13.1 COPY . /app WORKDIR /app RUN pip install -r requirements.txt