From 7fa24a26ee8fa77ca99b2913f497b5b0b2eec635 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Sat, 30 May 2026 20:13:50 +0200 Subject: [PATCH] rust 1.96 --- rust-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index 749137e..7094fa2 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.95 +FROM rust:1.96 RUN apt-get update && apt-get install -y sqlite3