Restore Debian 12 Bookworm over Debian 11 Bullseye

This commit is contained in:
Luke Parker
2025-08-10 18:36:44 -04:00
parent 8d209c652e
commit df3b60376a
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ RUN git clone https://github.com/microsoft/mimalloc && \
"#;
const DEBIAN_MIMALLOC: &str = r#"
FROM debian:bullseye-slim AS mimalloc-debian
FROM debian:bookworm-slim AS mimalloc-debian
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
RUN git clone https://github.com/microsoft/mimalloc && \