From ef1440a9157bca2a0bfa52820f439f0bc95d8109 Mon Sep 17 00:00:00 2001 From: MR-ZC <1475796375@qq.com> Date: Tue, 25 Mar 2025 19:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=AE=98=E6=96=B9=E7=9A=84=20Python=203.10-alpine=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E3=80=82?= 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 04ecc47..74551bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM dockerproxy.fandouke.com/python:3.10-alpine +FROM python:3.10-alpine COPY . .