Skip to content

Commit

Permalink
build(docker): Update debian to latest bookworm version
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Sep 14, 2023
1 parent 7bd2d16 commit d09fb11
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 @@ -6,7 +6,7 @@ WORKDIR /usr/src/rash
COPY . .
RUN cargo build --locked --release --bin rash

FROM debian:bullseye-20220912-slim
FROM debian:bookworm-20230904-slim
LABEL mantainer [email protected]

COPY --from=builder /usr/src/rash/target/release/rash /bin/rash
Expand Down

0 comments on commit d09fb11

Please sign in to comment.