From 304f6897f0fccd64014f377ba2de8dd0714a53f9 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Sat, 12 Oct 2024 13:52:38 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BD=BF=E7=94=A8=E6=9B=B4=E5=B0=8F?= =?UTF-8?q?=E7=9A=84=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a9f172fdb0f114a3aee4eb29c9c964c97ed9239c. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37bf937..f00ae34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 使用官方的python镜像作为基础 -FROM python:3.10.15-slim-bookworm +FROM python:3.10.15-bookworm # 设置工作目录 WORKDIR /app