From 3ff2343273b465f4dced0e4395fbfb769806ceef Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 7 Aug 2025 22:11:30 +0200 Subject: [PATCH] rust 1.89 --- rust-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index d811aa2..7483553 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.88 +FROM rust:1.89 RUN apt-get update && apt-get install -y sqlite3