fix: update Dockerfile to use latest base image

This commit is contained in:
ي
2025-04-28 16:03:12 +00:00
parent 0b240e5574
commit 7c3db7416f

View File

@@ -6,7 +6,7 @@
# =====================================================================
# 1. Use official Python 3.11 image (builder stage)
FROM python:3.11-slim AS builder
FROM python:3.12
# 2. Set environment variables for Python
ENV PYTHONDONTWRITEBYTECODE=1 \