From 6f7ca082f22b350c9fc7dfea3e6357635c2da60b Mon Sep 17 00:00:00 2001 From: Flit <8645405+FlitPix@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:47:01 -0400 Subject: [PATCH] Docker: use python:3.12-slim-bookworm (#5343) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e3c5f0d..294767be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ COPY intset.h . RUN cythonize -b -i _speedups.pyx # Archipelago -FROM python:3.12-slim AS archipelago +FROM python:3.12-slim-bookworm AS archipelago ARG TARGETARCH ENV VIRTUAL_ENV=/opt/venv ENV PYTHONUNBUFFERED=1