Docker: use python:3.12-slim-bookworm (#5343)

This commit is contained in:
Flit
2025-08-17 14:47:01 -04:00
committed by GitHub
parent eb09be3594
commit 6f7ca082f2

View File

@@ -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