From 0777295357926035dc923f5f88587b8d89330be1 Mon Sep 17 00:00:00 2001 From: xuthus Date: Tue, 7 May 2024 17:58:55 +0800 Subject: [PATCH] python:3.8-slim-bullseye --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 4372bd6..48c81a3 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim-bullseye +FROM python:3.8-slim-bullseye RUN pip3 --no-cache-dir install nb-cli