Skip to content

Commit

Permalink
Update Rust to 1.71 and use Debian 12 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed Aug 11, 2023
1 parent 5941641 commit bb42d8f
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,4 +1,4 @@
FROM rust:1.66.0-slim-bullseye as builder
FROM rust:1.71.0-slim-bookworm as builder
WORKDIR /root

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand All @@ -17,5 +17,5 @@ COPY Makefile Makefile
COPY ./crates ./crates
RUN make cli

FROM debian:bullseye-slim
FROM debian:bookworm-slim
COPY --from=builder /root/target/release/javy /usr/local/bin

0 comments on commit bb42d8f

Please sign in to comment.