change base image to python3.12-slim

This commit is contained in:
sangge-redmi 2024-10-08 23:02:46 +08:00
parent 0bb058df6e
commit ff9a763cec

View File

@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.12-slim
COPY requirements.txt /app/