Merge pull request #629 from crate-ci/renovate/rust-1.x

chore(deps): update rust docker tag to v1.65.0
This commit is contained in:
Ed Page 2022-12-01 19:58:33 -06:00 committed by GitHub
commit feeef06a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM rust:1.58.1 as builder
FROM rust:1.65.0 as builder
WORKDIR /usr/src/typos
COPY . .
RUN cargo install --path .