Update to bookworm

This commit is contained in:
2025-03-23 13:21:10 +01:00
parent 11030d50ff
commit a3321ba1ff

View File

@@ -1,4 +1,4 @@
FROM rust:bullseye AS builder FROM rust:bookworm AS builder
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y cmake \ && apt-get install -y cmake \
@@ -11,7 +11,7 @@ COPY . .
RUN cargo build --release --bin books_downloader RUN cargo build --release --bin books_downloader
FROM debian:bullseye-slim FROM debian:bookworm-slim
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y openssl ca-certificates curl jq \ && apt-get install -y openssl ca-certificates curl jq \