From aa8f83da7b32439d70423771202e3ec5ddc7debe Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Fri, 6 Dec 2024 15:47:44 +0900 Subject: [PATCH] =?UTF-8?q?python,=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