Update debian Docker tag to v12 #23

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

View file

@ -10,7 +10,7 @@ COPY . /app
WORKDIR /app WORKDIR /app
RUN cargo build --release RUN cargo build --release
FROM debian:buster FROM debian:bookworm
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y ca-certificates openssl file RUN apt-get install -y ca-certificates openssl file