From 7b3bb53f0602ab90ba84caeb92a76451624ee46f Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Mon, 19 Feb 2024 20:36:26 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=8D=A2=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= 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 dbfa142c..1dfd0058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.13-bullseye +FROM python:3.10.13-slim WORKDIR /app COPY . .