Update the Rust image to 1.70.
This commit is contained in:
parent
c69bfe9f28
commit
dbbeba59b7
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.64 as builder
|
FROM rust:1.70 as builder
|
||||||
|
|
||||||
# Create a new empty project.
|
# Create a new empty project.
|
||||||
RUN USER=root cargo new --bin tildes-statistics
|
RUN USER=root cargo new --bin tildes-statistics
|
||||||
|
|
Loading…
Reference in New Issue