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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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 .