rollback docker base image

This commit is contained in:
harry 2024-04-22 17:59:04 +08:00
parent c7c7b4847e
commit e38c79bfad

View File

@ -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