Update debian Docker tag to v12 #11

Merged
jmarya merged 1 commit from renovate/debian-12.x into main 2025-06-28 06:36:40 +00:00

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