Skip to content

Commit

Permalink
Switch to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Sep 29, 2023
1 parent 66b3966 commit 6615ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM rust:latest AS builder
FROM rust:bookworm AS builder

WORKDIR /usr/src/passes
COPY . .
RUN cargo install --path .

FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y libssl-dev

COPY --from=builder /usr/local/cargo/bin/passes /usr/local/bin/passes
Expand Down

0 comments on commit 6615ec3

Please sign in to comment.