Update the Rust image to 1.70.

This commit is contained in:
Bauke 2023-06-08 13:29:08 +02:00
parent c69bfe9f28
commit dbbeba59b7
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.64 as builder
FROM rust:1.70 as builder
# Create a new empty project.
RUN USER=root cargo new --bin tildes-statistics