From 2d2c3aa4b98826484f9e0adac935b1464c744288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=91=AB?= Date: Thu, 30 Oct 2025 16:14:48 +0800 Subject: [PATCH] =?UTF-8?q?build:=E4=BF=AE=E6=94=B9docker=E6=BA=90?= 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 cc1deb7..2282a7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM registry.dev.maimaiag.com/library/python:3.11-slim WORKDIR /app