From 92302778c2739531c67851b8ba140c65a6be7bc8 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 27 Jun 2025 11:24:17 +0200 Subject: [PATCH] use new rust --- rust-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index 90844d6..d811aa2 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.87 +FROM rust:1.88 RUN apt-get update && apt-get install -y sqlite3