From 775fa98be650c6a5e0a03dff3eebe527d8afa8d2 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Tue, 15 Oct 2024 11:45:33 +0000 Subject: [PATCH] =?UTF-8?q?Python3.13=E3=81=A7=E3=81=AFmsgspec=E3=81=AE?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=AB=E5=A4=B1=E6=95=97=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=81=9F=E3=82=813.12.7=E3=81=AB=E4=B8=80=E6=99=82?= =?UTF-8?q?=E7=9A=84=E3=81=AB=E5=9B=BA=E5=AE=9A=E3=81=99=E3=82=8B?= 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 06a0a98..54c190e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.12.7 COPY . /app WORKDIR /app RUN pip install -r requirements.txt