mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore(deps): update rust docker tag to v1.65.0
This commit is contained in:
parent
4f252da2a4
commit
5b37da6c15
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Reference in a new issue