From 4afa2318f8ef225d4a5f5bf5a4d57652fdcc3b7c Mon Sep 17 00:00:00 2001 From: ntsd Date: Sun, 17 Aug 2025 20:56:56 +0700 Subject: [PATCH] fix: docker base image fixed to python 3.11 slim bookworn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b412cd8..0880a62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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