From 515f0d17fc0fe10ae91ff12c7678ae94dc3ce570 Mon Sep 17 00:00:00 2001 From: chenjiale Date: Tue, 23 Sep 2025 15:15:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20=E6=9B=B4=E6=96=B0=20Docker?= =?UTF-8?q?file=EF=BC=8C=E5=8D=87=E7=BA=A7=20Python=20=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E8=87=B3=203.10.16?= 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 1814d1e..137300b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.9.20-slim +FROM docker.io/python:3.10.16-slim WORKDIR /app