From e38c79bfadd89ae2af1a37a86595578324a4f6a2 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 22 Apr 2024 17:59:04 +0800 Subject: [PATCH] rollback docker base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b567380..0864d16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.10-bullseye +FROM python:3.10-slim # Set the working directory in the container WORKDIR /MoneyPrinterTurbo