Skip to content

Commit

Permalink
chore: Use rust:bullseye as Docker builder
Browse files Browse the repository at this point in the history
Use `bullseye` explicitly to make the correspondence with the final
image clear, and remove explicit Rust version as it does not seem that
important, and the final runtime image version is what it is at the time
too.
  • Loading branch information
scop committed Dec 18, 2022
1 parent 02ceb04 commit 5737842
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
@@ -1,4 +1,4 @@
FROM rust:1.65.0 as builder
FROM rust:bullseye as builder
WORKDIR /usr/src/typos
COPY . .
RUN cargo install --path .
Expand Down

0 comments on commit 5737842

Please sign in to comment.