Skip to content

Commit

Permalink
fix(docker): use the correct Debian runner
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 20, 2024
1 parent 7f81ed4 commit 36ad993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36ad993

Please sign in to comment.