From 6e0942ca3c17e2d389b019a4abbb41daca6d6bf8 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Tue, 22 Oct 2024 15:11:49 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20=20=E6=96=B0=E5=A2=9E=20process=20loo?= =?UTF-8?q?kbooks=20=E6=8E=A5=E5=8F=A3=20fix?= 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 286d1a2..4920060 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.12 ENV TZ=Asia/Shanghai RUN apt update RUN apt install -y vim