diff --git a/Dockerfile b/Dockerfile index 6ff4f83686..9342b90a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN cargo build --release --locked --no-default-features --features github --features gitlab --features bitbucket RUN rm -f target/release/deps/git_cliff* -FROM debian:bullseye-slim as runner +FROM debian:bookworm-slim as runner # Everything inside this container will be explicitly mounted by the end user, # so we can sidestep some Git security restrictions. This app recommends