Update debian Docker tag to v12 #12

Merged
jmarya merged 1 commit from renovate/debian-12.x into main 2025-06-22 17:27:45 +00:00

View file

@ -7,7 +7,7 @@ WORKDIR /app
RUN cargo build --release
FROM debian:buster
FROM debian:bookworm
RUN apt update && apt upgrade -y
RUN apt install -y gnupg ca-certificates openssl ffmpeg python3 python3-mutagen