From 4365025dd7873610ae59d2890ff6c330aa7f1dd5 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Fri, 7 Feb 2025 06:37:58 +0000 Subject: [PATCH] Update python to v3.13.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4298638..221be91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1 +FROM python:3.13.2 COPY . /app WORKDIR /app RUN pip install -r requirements.txt