diff --git a/Dockerfile b/Dockerfile index 0864d16..b567380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.10-slim +FROM python:3.10-bullseye # Set the working directory in the container WORKDIR /MoneyPrinterTurbo