Skip to content

Commit

Permalink
ci: use bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Jul 26, 2023
1 parent ccbc8b9 commit 19538ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/components/clarinet-dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:bullseye as build
FROM rust:bookworm as build

WORKDIR /src

Expand All @@ -14,7 +14,7 @@ RUN cargo build --features=telemetry --release --locked

RUN cp target/release/clarinet /out

FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN apt update && apt install -y libssl-dev

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/components/clarinet.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM debian:bookworm-slim

RUN apt update && apt install -y libssl-dev

Expand Down

0 comments on commit 19538ff

Please sign in to comment.