Migrate to bookworm

This commit is contained in:
2025-03-23 12:56:15 +01:00
parent ad9091f50e
commit 88e6e84563

View File

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