From dbbeba59b7a6c564b56f4c22906de8009ccf1400 Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 8 Jun 2023 13:29:08 +0200 Subject: [PATCH] Update the Rust image to 1.70. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 21a0386..2d8af9f 100644 --- a/Containerfile +++ b/Containerfile @@ -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