From 0d10da81e2a066aebaa4875653a09dfbd7571cae Mon Sep 17 00:00:00 2001 From: Mmx233 Date: Thu, 15 Jun 2023 19:23:42 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=8D=A2=E5=BA=95=E5=B1=82?= =?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 5e6c19c..4372bd6 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:slim +FROM python:3-slim-bullseye RUN pip3 --no-cache-dir install nb-cli