update docker base image

This commit is contained in:
harry
2024-04-22 18:33:00 +08:00
parent e38c79bfad
commit 3c5ef29775
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.10-slim
FROM python:3.10-slim-bullseye
# Set the working directory in the container
WORKDIR /MoneyPrinterTurbo