fix: docker base image fixed to python 3.11 slim bookworn

This commit is contained in:
ntsd
2025-08-17 20:56:56 +07:00
parent 793399ec9c
commit 4afa2318f8

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