chore(deps): update rust docker tag to v1.65.0

This commit is contained in:
renovate[bot] 2022-12-02 01:29:27 +00:00 committed by GitHub
parent 4f252da2a4
commit 5b37da6c15
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 WORKDIR /usr/src/typos
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .