Update debian Docker tag to v12

This commit is contained in:
Renovate Bot 2025-06-28 04:00:20 +00:00
parent 2f10ee77f5
commit 7c84192472

View file

@ -7,7 +7,7 @@ RUN rustup default nightly
RUN cargo build --release
FROM debian:buster
FROM debian:bookworm
RUN apt update && apt upgrade -y
RUN apt install -y ca-certificates openssl