From 1272b8ef1653b25bc54c6941b77e197b54221559 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 14 May 2025 22:22:17 +0800 Subject: [PATCH] ci: update Dockerfile python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fbbade9..cf090655 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY web ./web RUN cd web && npm install && npm run build -FROM python:3.10.13-slim +FROM python:3.12.7-slim WORKDIR /app