From 3c3265a7ece3ef04f5f305a3cd765480495580b6 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Sat, 1 Nov 2025 13:07:49 +0100 Subject: [PATCH] update rust --- rust-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index 1c3b7a9..7a94d05 100644 --- a/rust-latest/Dockerfile +++ b/rust-latest/Dockerfile @@ -6,7 +6,7 @@ # 3. Push the image: `docker push git.hofer.link/philipp/ci-images:rust-latest` -FROM rust:1.90 +FROM rust:1.91 RUN apt-get update && apt-get install -y sqlite3