From 60ce890987d043846489aa4e83a0afb009af30a5 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Sun, 8 Mar 2026 22:25:04 +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 1b7133e..82ec739 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.93 +FROM rust:1.94 RUN apt-get update && apt-get install -y sqlite3