From 5d3b6fe90720fb2c1de7fdfff3031a9603de77a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 31 Jan 2026 09:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dockerfile=E6=96=87=E4=BB=B6?= 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 e663d18..8d0e269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # TH Agenter 后端 Docker 镜像 -FROM python:3.11-slim +FROM registry.t-aaron.com/python:3.11-slim WORKDIR /app