Merge pull request #681 from ntsd/main

fix: docker base image fixed to python 3.11 slim bookworn
This commit is contained in:
warmshao
2025-08-31 21:05:57 +08:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11-slim-bookworm
# Set platform for multi-arch builds (Docker Buildx will set this)
ARG TARGETPLATFORM