chore: Update Dockerfile to use Python 3.12-slim image and add minio-common service to production.yml

This commit is contained in:
2024-05-04 17:18:52 +08:00
parent 06c06df6b2
commit 47a592b57f
2 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# base image
FROM python:3.11-slim
FROM python:3.12-slim
#basic build prep
RUN apt-get update && apt-get install -y \